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.4 patchlevel 2 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.1 0.2 0.3 0.4 0.5 0.6 2 4 6 8 10 y guide x guide y3 2 4 6 8 10 0.2 0.4 0.6 0.8 y guide x guide y2 0.2 0.4 0.6 0.8 2 4 6 8 10 y guide x guide y4 gnuplot_plot_2d

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