mpl_toolkits.axes_grid1.axes_divider.SubplotDivider #

クラス mpl_toolkits.axes_grid1.axes_divider. SubplotDivider ( fig , * args ,水平=なし,垂直=なし,アスペクト=なし,アンカー= 'C' ) [source] #

拠点:Divider

長方形領域がサブプロット ジオメトリとして指定されている Divider クラス。

パラメータ:
matplotlib.figure.Figure
*argsタプル ( nrowsncolsindex ) または int

Figure 内のサブプロットの配列には次元があり、indexは作成されるサブプロットのインデックスです。 indexは左上隅の 1 から始まり、右に向かって増加します。(nrows, ncols)

nrowsncols、およびindexがすべて 1 桁の数値の場合、 args1 つの 3 桁の数値 (たとえば、(2, 3, 4) の場合は 234) として渡すことができます。

get_position ( ) [ソース] #

サブプロット ボックスの境界を返します。

get_subplotspec ( ) [ソース] #

SubplotSpec インスタンスを取得します。

set_subplotspec ( subplotspec ) [ソース] #

SubplotSpec インスタンスを設定します。