Guide positions and alignment

Source code Author Update time

using Plots
gaston()
plot(rand(10, 4), layout = 4, xguide = "x guide", yguide = "y guide", xguide_font_halign = [:left :right :right :left], yguide_font_valign = [: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])

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