@@ -1422,24 +1422,20 @@ def set_aspect(self, aspect, adjustable=None, anchor=None, share=False):
1422
1422
1423
1423
Parameters
1424
1424
----------
1425
- aspect : {'auto'} or num
1425
+ aspect : {'auto', 'equal' } or float
1426
1426
Possible values:
1427
1427
1428
- ======== =================================================
1429
- value description
1430
- ======== =================================================
1431
- 'auto' automatic; fill the position rectangle with data.
1432
- num a circle will be stretched such that the height
1433
- is *num* times the width. 'equal' is a synonym
1434
- for ``aspect=1``, i.e. same scaling for x and y.
1435
- ======== =================================================
1428
+ - 'auto': fill the position rectangle with data.
1429
+ - 'equal': same as ``aspect=1``, i.e. same scaling for x and y.
1430
+ - *float*: A circle will be stretched such that the height
1431
+ is *float* times the width.
1436
1432
1437
1433
adjustable : None or {'box', 'datalim'}, optional
1438
1434
If not ``None``, this defines which parameter will be adjusted to
1439
1435
meet the required aspect. See `.set_adjustable` for further
1440
1436
details.
1441
1437
1442
- anchor : None or str or 2-tuple of float, optional
1438
+ anchor : None or str or (float, float) , optional
1443
1439
If not ``None``, this defines where the Axes will be drawn if there
1444
1440
is extra space due to aspect constraints. The most common way to
1445
1441
to specify the anchor are abbreviations of cardinal directions:
0 commit comments