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

Skip to content

Commit 4049d9e

Browse files
committed
MAINT: Fix typo in _AxesBase.get_yscale
1 parent 3ad9be2 commit 4049d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3633,7 +3633,7 @@ def set_ylim(self, bottom=None, top=None, emit=True, auto=False,
36333633

36343634
def get_yscale(self):
36353635
"""
3636-
Return the x-axis scale as string.
3636+
Return the y-axis scale as string.
36373637
36383638
See Also
36393639
--------

0 commit comments

Comments
 (0)