Layouts, margins, label rotation, title location

Source code Author Update time

using Plots
gaston()
using Plots.PlotMeasures
plot(rand(100, 6), layout = @layout([a b; c]), title = ["A" "B" "C"], titlelocation = :left, left_margin = [20mm 0mm], bottom_margin = 10px, xrotation = 60)
Gnuplot Produced by GNUPLOT 5.4 patchlevel 2 0.00 0.25 0.50 0.75 1.00 0 25 50 75 100 y1 y4 y1 y1 y4 y4 A 0.00 0.25 0.50 0.75 1.00 0 25 50 75 100 y2 y5 y2 y2 y5 y5 B 0.00 0.25 0.50 0.75 1.00 0 25 50 75 100 y3 y6 y3 y3 y6 y6 C

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