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.4 patchlevel 2 0.0 0.1 0.2 0.3 0 25 50 75 100 y1 gnuplot_plot_2a gnuplot_plot_3a y1 y1 gnuplot_plot_2a gnuplot_plot_3a

and add to it later.

scatter!(rand(100), markersize = 6, c = :orange)
Gnuplot Produced by GNUPLOT 5.4 patchlevel 2 0.0 0.2 0.4 0.6 0.8 0 25 50 75 100 y1 gnuplot_plot_2a gnuplot_plot_3a y2 y1 y1 gnuplot_plot_2a gnuplot_plot_3a y2 y2

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