Build plot in pieces
using Plots
gr()
Start with a base plot...
plot(rand(100) / 3, reg = true, fill = (0, :green))and add to it later.
scatter!(rand(100), markersize = 6, c = :orange)This page was generated using DemoCards.jl and Literate.jl.
using Plots
gr()
Start with a base plot...
plot(rand(100) / 3, reg = true, fill = (0, :green))and add to it later.
scatter!(rand(100), markersize = 6, c = :orange)This page was generated using DemoCards.jl and Literate.jl.
Settings
This document was generated with Documenter.jl version 1.16.1 on Monday 24 November 2025. Using Julia version 1.12.2.