Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 91892c3

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/pyplot.py

Copy file name to clipboardExpand all lines: lib/matplotlib/pyplot.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.