Guide positions and alignment

Source code Author Update time

using Plots
gaston()
plot(rand(10, 4), layout = 4, xguide = "x guide", yguide = "y guide", xguidefonthalign = [:left :right :right :left], yguidefontvalign = [:top :bottom :bottom :top], xguideposition = :top, yguideposition = [:right :left :right :left], ymirror = [false true true false], xmirror = [false false true true], legend = false, seriestype = [:bar :scatter :path :stepmid])
Gnuplot Produced by GNUPLOT 5.2 patchlevel 8 0.0 0.2 0.4 0.6 0.8 0.0 2.5 5.0 7.5 10.0 y guide x guide y1 gnuplot_plot_2a gnuplot_plot_3a gnuplot_plot_4a gnuplot_plot_5a gnuplot_plot_6a gnuplot_plot_7a gnuplot_plot_8a gnuplot_plot_9a gnuplot_plot_10a gnuplot_plot_11a 0.2 0.4 0.6 0.8 2 4 6 8 10 y guide x guide y3 0.2 0.4 0.6 0.8 2 4 6 8 10 y guide x guide y2 0.00 0.25 0.50 0.75 1.00 2 4 6 8 10 y guide x guide y4 gnuplot_plot_2d

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.