mpl_toolkits.axes_grid1.axes_divider.SubplotDivider #
- mpl_toolkits.axes_grid1.axes_divider类。SubplotDivider ( fig , * args , Horizo ntal = None , vertical = None , aspect = None , anchor = 'C' ) [source] #
基地:
Divider
Divider 类,其矩形区域被指定为子图几何。
- 参数:
- 图
matplotlib.figure.Figure
- *args元组 ( nrows , ncols , index ) 或 int
图中的子图数组有维度,index是正在创建的子图的索引。 索引从左上角的 1 开始,向右增加。
(nrows, ncols)
如果nrows、ncols和index都是单个数字,则 args可以作为单个 3 位数字传递(例如,234 表示 (2, 3, 4))。
- 图