8000 DOC: correct inverted description of aspect · matplotlib/matplotlib@11f6cee · GitHub
[go: up one dir, main page]

Skip to content

Commit 11f6cee

Browse files
committed
DOC: correct inverted description of aspect
closes #9739
1 parent 75d6345 commit 11f6cee

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
@@ -880,7 +880,7 @@ def axes(*args, **kwargs):
880880
with otherax
881881
polar [True|False] use a polar axes?
882882
aspect [str | num] ['equal', 'auto'] or a number. If a number
883-
the ratio of x-unit/y-unit in screen-space.
883+
the ratio of y-unit/x-unit in screen-space.
884884
Also see
885885
:meth:`~matplotlib.axes.Axes.set_aspect`.
886886
========= ============== ==============================================

0 commit comments

Comments
 (0)
0