using Plots unicodeplots() import FileIO, FreeType #hide Plots.reset_defaults() #hide using StableRNGs #hide rng = StableRNG(1234) #hide nothing #hide areaplot(1:3, [1 2 3; 7 8 9; 4 5 6], seriescolor = [:red :green :blue], fillalpha = [0.2 0.3 0.4]) # This file was generated using Literate.jl, https://github.com/fredrikekre/Literate.jl