A stacked area chart is the extension of a basic area chart to display the evolution of the value of several groups on the same graphic. The values of each group are displayed on top of each other. It allows to check on the
same figure the evolution of both the total of a numeric variable, and the importance of each group. If only the relative importance of each group interests you, you should probably draw a percent stacked area chart. Note that
this chart becomes hard to read if too many groups are displayed and if the patterns are really different between groups. In this case, think about using faceting instead.
Sponsors
Matplotlib
- #250 Basic stacked area chart
- #251 Stacked area with seaborn style
- #252 Play with baseline
- #253 Control color on stacked area
- #255 Percent stacked area chart
- #242 Area chart and faceting
pandas

#254 Pandas stacked area chart
related
- Streamchart
- Stacked barplot
- Line plot
- Area plot
- Connected Scatter plot