matplotlib.axes.Axes.get_adjustable#
- Axes.get_adjustable()[source]#
Return whether the Axes will adjust its physical dimension ('box') orits data limits ('datalim') to achieve the desired aspect ratio.
Newly created Axes default to 'box'.
See also
matplotlib.axes.Axes.set_adjustableSet how the Axes adjusts to achieve the required aspect ratio.
matplotlib.axes.Axes.set_aspectFor a description of aspect handling.
On this page