The data is assumed to be unstacked. Each of the following calls is legal:
stackplot(x, y) # where y is MxN stackplot(x, y1, y2, y3, y4) # where y1, y2, y3, y4, are all 1xNm
Method used to calculate the baseline:
'zero'
: Constant zero baseline, i.e. a simple stacked plot.'sym'
: Symmetric around zero and is sometimes called 'ThemeRiver'.'wiggle'
: Minimizes the sum of the squared slopes.'weighted_wiggle'
: Does the same but weights to account for size of each layer. It is also called 'Streamgraph'-layout. More details can be found at http://leebyron.com/streamgraph/.Labels to assign to each data series.
A list or tuple of colors. These will be cycled through and used to colour the stacked areas.
All other keyword arguments are passed to Axes.fill_between()
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4