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

Skip to content

Commit 063dd0a

Browse files
committed
[2916753] Wrong API signature- yscale
svn path=/branches/v0_99_maint/; revision=8057
1 parent 92181af commit 063dd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ def yscale(*args, **kwargs):
954954
"""
955955
call signature::
956956
957-
xscale(scale, **kwargs)
957+
yscale(scale, **kwargs)
958958
959959
Set the scaling for the y-axis: %(scale)s
960960

0 commit comments

Comments
 (0)