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

Skip to content

Commit ba69531

Browse files
tacaswelltobias47n9e
authored andcommitted
DOC : Added link to axes.Axes.set_aspect
Added link to axes.Axes.set_aspect in the docstring for pyplot.axes
1 parent 798001d commit ba69531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/pyplot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@ def axes(*args, **kwargs):
742742
polar [True|False] use a polar axes?
743743
aspect [str | num] ['equal', 'auto'] or a number. If a number
744744
the ratio of x-unit/y-unit in screen-space.
745+
Also see
746+
:meth:`~matplotlib.axes.Axes.set_aspect`.
745747
======= ============== ==============================================
746748
747749
Examples:

0 commit comments

Comments
 (0)