From 11f6ceecf277875c1e787023d3084450637d2ea5 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Fri, 1 Dec 2017 13:22:17 -0500 Subject: [PATCH] DOC: correct inverted description of aspect closes #9739 --- lib/matplotlib/pyplot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/pyplot.py b/lib/matplotlib/pyplot.py index f864c92c21c6..b37715d283ad 100644 --- a/lib/matplotlib/pyplot.py +++ b/lib/matplotlib/pyplot.py @@ -880,7 +880,7 @@ def axes(*args, **kwargs): with otherax polar [True|False] use a polar axes? aspect [str | num] ['equal', 'auto'] or a number. If a number - the ratio of x-unit/y-unit in screen-space. + the ratio of y-unit/x-unit in screen-space. Also see :meth:`~matplotlib.axes.Axes.set_aspect`. ========= ============== ==============================================