@@ -275,16 +275,16 @@ def set_aspect(self, aspect, adjustable=None, anchor=None, share=False):
275
275
aspect : {'auto_pb', 'auto'}
276
276
Possible values:
277
277
278
- ======== ==================================================
279
- value description
280
- ======== ==================================================
281
- 'auto_pb' This will make the size of the axes have a fixed
282
- ratio
283
- 'auto' automatic; fill the position rectangle with data.
284
- This will let the ratio between the size of the
285
- (pseudo-) bounding box be free and will not
286
- adjust anything at draw time.
287
- ======== ==================================================
278
+ ========= ==================================================
279
+ value description
280
+ ========= ==================================================
281
+ 'auto_pb' This will make the size of the axes have a fixed
282
+ ratio
283
+ 'auto' automatic; fill the position rectangle with data.
284
+ This will let the ratio between the size of the
285
+ (pseudo-) bounding box be free and will not
286
+ Ppadjust anything at draw time.
287
+ ========= ==================================================
288
288
289
289
adjustable : None or {'box', 'datalim'}, optional
290
290
If not ``None``, this defines which parameter will be adjusted to
@@ -313,6 +313,9 @@ def set_aspect(self, aspect, adjustable=None, anchor=None, share=False):
313
313
share : bool, default: False
314
314
If ``True``, apply the settings to all shared Axes.
315
315
316
+ See Also
317
+ --------
318
+ mpl_toolkits.mplot3d.axes3d.Axes3D.set_box_aspect
316
319
"""
317
320
if aspect not in {'auto' , 'auto_pb' }:
318
321
raise NotImplementedError (
@@ -376,7 +379,7 @@ def set_box_aspect(self, aspect, zoom=1):
376
379
377
380
See Also
378
381
--------
379
- matplotlib.axes .Axes3D.set_aspect
382
+ mpl_toolkits.mplot3d.axes3d .Axes3D.set_aspect
380
383
for a description of aspect handling.
381
384
"""
382
385
if aspect is None :
0 commit comments