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

Skip to content

Commit 91892c3

Browse files
authored
Merge pull request #9902 from tacaswell/doc_fix_aspect
DOC: correct inverted description of aspect
2 parents 75d6345 + 11f6cee commit 91892c3

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)