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.4 patchlevel 2 0 5 10 15 20 1.0 1.5 2.0 2.5 3.0 y1 gnuplot_plot_2a y2 gnuplot_plot_4a y3 gnuplot_plot_6a y1 y1 gnuplot_plot_2a y2 y2 gnuplot_plot_4a y3 y3 gnuplot_plot_6a

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