matplotlib.axes.Axes.get_adjustable

Axes.get_adjustable()

返回轴是调整其物理尺寸(“box”)还是调整其数据限制(“datalim”),以达到所需的纵横比。

参见

matplotlib.axes.Axes.set_adjustable
设置轴如何调整以达到所需的纵横比。
matplotlib.axes.Axes.set_aspect
有关方面处理的描述。

使用实例 matplotlib.axes.Axes.get_adjustable