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 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.

This documentation is not for the latest stable release, but for either the development version or an older release.
Click here to go to the documentation for the latest stable release.