Build plot in pieces

Source code Author Update time

using Plots
pythonplot()

Start with a base plot...

plot(rand(100) / 3, reg = true, fill = (0, :green))
2023-08-30T09:52:26.342484 image/svg+xml Matplotlib v3.7.2, https://matplotlib.org/

and add to it later.

scatter!(rand(100), markersize = 6, c = :orange)
2023-08-30T09:52:27.159862 image/svg+xml Matplotlib v3.7.2, https://matplotlib.org/

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