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.2 patchlevel 8 0.00 0.25 0.50 0.75 1.00 0 25 50 75 100 A y1 y4 y1 y1 y4 y4 0.00 0.25 0.50 0.75 1.00 0 25 50 75 100 B y2 y5 y2 y2 y5 y5 0.00 0.25 0.50 0.75 1.00 0 25 50 75 100 C y3 y6 y3 y3 y6 y6

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