mpl_toolkits.axes_grid1.axes_divider #

描画時に複数の軸の位置を調整するヘルパー クラス。

クラス番号

AxesDivider(軸[, xref, yref])

既存の軸に基づく分割器。

AxesLocator(axes_divider, nx, ny[, nx1, ny1])

指定された AxesDivider セルの位置とサイズを返す呼び出し可能なオブジェクト。

Divider(図, 位置, 横, 縦[, ...])

Axes ポジショニング クラス。

HBoxDivider(図, *args[, 水平, ...])

軸のSubplotDivider高さを等しくしながら、軸を水平に配置するための 。

SubplotDivider(図, *args[, 水平, ...])

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

VBoxDivider(図, *args[, 水平, ...])

SubplotDividerAxes を垂直方向に配置し、幅が均等になるようにします。

関数#

make_axes_area_auto_adjustable(ax[, ...])

を使用して、レイアウト中に装飾 (タイトル、ラベル、目盛り、目盛りラベル) を考慮に入れるために、の周りに自動調整可能なパディングを追加しますDivider.add_auto_adjustable_area

make_axes_locatable(軸)