Layouts, margins, label rotation, title location

Source code Author Update time

using Plots
gaston()
using PlotsBase.Commons
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 6.0 patchlevel 0 0.00 0.25 0.50 0.75 1.00 0 25 50 75 100 gnuplot_plot_1a gnuplot_plot_2a A 0.00 0.25 0.50 0.75 1.00 0 25 50 75 100 gnuplot_plot_1b gnuplot_plot_2b B 0.00 0.25 0.50 0.75 1.00 0 25 50 75 100 gnuplot_plot_1c gnuplot_plot_2c C

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