Framestyle

Source code Author Update time

using Plots
gaston()

The style of the frame/axes of a (sub)plot can be changed with the framestyle attribute. The default framestyle is :axes.

scatter(fill(randn(10), 6), fill(randn(10), 6), framestyle = [:box :semi :origin :zerolines :grid :none], title = [":box" ":semi" ":origin" ":zerolines" ":grid" ":none"], color = permutedims(1:6), layout = 6, label = "", markerstrokewidth = 0, ticks = -2:2)
Gnuplot Produced by GNUPLOT 5.4 patchlevel 2 0 1 -1 0 gnuplot_plot_1a :box 0 1 -1 0 gnuplot_plot_1b :zerolines 0 1 -1 0 gnuplot_plot_1c :semi 0 1 -1 0 gnuplot_plot_1d :grid 0 1 -1 0 gnuplot_plot_1e :origin gnuplot_plot_1f :none

This page was generated using DemoCards.jl and Literate.jl.

This documentation is not for the latest stable release, but for either the development version or an older release.
Click here to go to the documentation for the latest stable release.