mpl_toolkits.axes_grid1.axes_divider.VBoxDivider #

mpl_toolkits.axes_grid1.axes_divider类。VBoxDivider ( fig , * args , Horizo ​​ntal = None , vertical = None , aspect = None , anchor = 'C' ) [source] #

基地:SubplotDivider

ASubplotDivider用于垂直布置轴,同时确保它们具有相等的宽度。

参数
matplotlib.figure.Figure
*args元组 ( nrows , ncols , index ) 或 int

图中的子图数组有维度,index是正在创建的子图的索引。 索引从左上角的 1 开始,向右增加。(nrows, ncols)

如果nrowsncolsindex都是单个数字,则 args可以作为单个 3 位数字传递(例如,234 表示 (2, 3, 4))。

定位( nx , ny , nx1 = None , ny1 = None , axes = None , renderer = None ) [来源] #
参数
nx, nx1整数

指定单元格的列位置的整数。当nx1为 None 时,指定单个nx列。否则,指定跨越nxnx1的列的位置(但不包括第nx1列)。

ny, ny1整数

nxnx1相同,但用于行位置。

渲染器
new_locator ( ny , ny1 = None ) [来源] #

AxesLocator为指定的单元格创建一个新的。

参数
ny, ny1整数

指定单元格的行位置的整数。当ny1为 None 时,指定单个ny -th 行。否则,将指定跨越nyny1(但不包括第ny1行)的行的位置。