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 6.0 patchlevel 0 0 5 10 15 20 1.0 1.5 2.0 2.5 3.0 gnuplot_plot_1a '' gnuplot_plot_3a '' gnuplot_plot_5a ''

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