matplotlib.axes.Axes.set_position #

轴。set_position ( pos , which = 'both' ) [source] #

设置轴位置。

轴有两个位置属性。“原始”位置是分配给轴的位置。“活动”位置是轴实际绘制的位置。这些位置通常是相同的,除非为轴设置了固定的方面。详情请参阅 Axes.set_aspect

参数
pos [左、下、宽、高] 或Bbox

Figure坐标轴的新位置。

其中{'both', 'active', 'original'},默认值:'both'

确定要更改的位置变量。

使用#的示例matplotlib.axes.Axes.set_position

轮廓演示

轮廓演示

轮廓演示