Stacked area chart

Source code Author Update time

using Plots
gaston()

areaplot draws stacked area plots.

areaplot(1:3, [1 2 3; 7 8 9; 4 5 6], seriescolor = [:red :green :blue], fillalpha = [0.2 0.3 0.4])
Gnuplot Produced by GNUPLOT 5.2 patchlevel 8 0 5 10 15 20 1.0 1.5 2.0 2.5 3.0 y1 '' y2 '' y3 '' y1 y1 '' '' y2 y2 '' '' y3 y3 '' ''

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