Build plot in pieces

Source code Author Update time

using Plots
gaston()

Start with a base plot...

plot(rand(100) / 3, reg = true, fill = (0, :green))
Gnuplot Produced by GNUPLOT 5.2 patchlevel 8 0.0 0.1 0.2 0.3 0 25 50 75 100 y1 '' gnuplot_plot_3a y1 y1 '' '' gnuplot_plot_3a

and add to it later.

scatter!(rand(100), markersize = 6, c = :orange)
Gnuplot Produced by GNUPLOT 5.2 patchlevel 8 0.00 0.25 0.50 0.75 1.00 0 25 50 75 100 y1 '' gnuplot_plot_3a y2 y1 y1 '' '' gnuplot_plot_3a y2 y2

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