Build plot in pieces

Source code Author Update time

using Plots
plotlyjs()

Start with a base plot...

plot(rand(100) / 3, reg = true, fill = (0, :green))

plot and add to it later.

scatter!(rand(100), markersize = 6, c = :orange)

plot


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