Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typos
  • Loading branch information
dmcdougall committed Jan 26, 2013
commit 6f7a76932de624e1fa5de18a708f91cc01a4e2d8
4 changes: 2 additions & 2 deletions lib/matplotlib/stackplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ def stackplot(axes, x, *args, **kwargs):
Keyword arguments:

*baseline* : ['zero', 'sym', 'wiggle', 'weighted_wiggle']
Method use to calculate to baseline. 'zero' is just a
Method used to calculate the baseline. 'zero' is just a
simple stacked plot. 'sym' is 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 in http://www.leebyron.com/else/streamgraph/.
can be found at http://www.leebyron.com/else/streamgraph/.


*colors* : A list or tuple of colors. These will be cycled through and
Expand Down