Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb45d27 commit 53a2d2cCopy full SHA for 53a2d2c
1 file changed
lib/matplotlib/pyplot.py
@@ -1410,8 +1410,8 @@ def axis(*v, **kwargs):
1410
1411
>>> axis('square')
1412
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,
+ changes the limits of the (*xmax*-*xmin*) and (*ymax*-*ymin*) of
+ the *x* and *y* axes to be the same, and have the same scaling,
1415
resulting in a square plot
1416
1417
.. seealso::
0 commit comments