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

Skip to content

Commit 6f7a769

Browse files
committed
Fix typos
1 parent b21b348 commit 6f7a769

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/stackplot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ def stackplot(axes, x, *args, **kwargs):
2626
Keyword arguments:
2727
2828
*baseline* : ['zero', 'sym', 'wiggle', 'weighted_wiggle']
29-
Method use to calculate to baseline. 'zero' is just a
29+
Method used to calculate the baseline. 'zero' is just a
3030
simple stacked plot. 'sym' is symmetric around zero and
3131
is sometimes called `ThemeRiver`. 'wiggle' minimizes the
3232
sum of the squared slopes. 'weighted_wiggle' does the
3333
same but weights to account for size of each layer.
3434
It is also called `Streamgraph`-layout. More details
35-
can be found in http://www.leebyron.com/else/streamgraph/.
35+
can be found at http://www.leebyron.com/else/streamgraph/.
3636
3737
3838
*colors* : A list or tuple of colors. These will be cycled through and

0 commit comments

Comments
 (0)