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.2 patchlevel 8 0 -1 0 1 :box gnuplot_plot_1a 0 -1 0 1 :zerolines gnuplot_plot_1b 0 -1 0 1 :semi gnuplot_plot_1c 0 -1 0 1 :grid gnuplot_plot_1d 0 -1 0 1 :origin gnuplot_plot_1e 0 -1 0 1 :none gnuplot_plot_1f

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.