Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Feature stack base #1671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jan 27, 2013
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 4 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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.