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

Skip to content

Commit 53a2d2c

Browse files
author
Yunfei Yang
committed
Resolved conflicts
1 parent bb45d27 commit 53a2d2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/pyplot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,8 +1410,8 @@ def axis(*v, **kwargs):
14101410
14111411
>>> axis('square')
14121412
1413-
changes the limits of the (*xmax*-*xmin*) and (*ymax*-*ymin*) of
1414-
the *x* and *y* axes to be the same, and have the same scaling,
1413+
changes the limits of the (*xmax*-*xmin*) and (*ymax*-*ymin*) of
1414+
the *x* and *y* axes to be the same, and have the same scaling,
14151415
resulting in a square plot
14161416
14171417
.. seealso::

0 commit comments

Comments
 (0)