mpl_toolkits.axisartist.axes_grid.ImageGrid
-
class mpl_toolkits.axisartist.axes_grid.ImageGrid(fig, rect, nrows_ncols, ngrids=None, direction='row', axes_pad=0.02, add_all=True, share_all=False, aspect=True, label_mode='L', cbar_mode=None, cbar_location='right', cbar_pad=None, cbar_size='5%', cbar_set_cax=True, axes_class=None)
[source] -
Bases:
mpl_toolkits.axes_grid1.axes_grid.ImageGrid
Parameters: -
figFigure
-
The parent figure.
-
rect(float, float, float, float) or int
-
The axes position, as a
(left, bottom, width, height)
tuple or as a three-digit subplot position code (e.g., "121"). -
direction{"row", "column"}, default: "row"
-
axes_padfloat or (float, float), default: 0.02
-
Padding or (horizontal padding, vertical padding) between axes, in inches.
-
add_allbool, default: True
-
share_allbool, default: False
-
aspectbool, default: True
-
label_mode{"L", "1", "all"}, default: "L"
-
Determines which axes will get tick labels:
- "L": All axes on the left column get vertical tick labels; all axes on the bottom row get horizontal tick labels.
- "1": Only the bottom left axes is labelled.
- "all": all axes are labelled.
-
cbar_mode{"each", "single", "edge", None }, default: None
-
cbar_location{"left", "right", "bottom", "top"}, default: "right"
-
cbar_padfloat, default: None
-
cbar_sizesize specification (see Size.from_any), default: "5%"
-
cbar_set_caxbool, default: True
-
If True, each axes in the grid has a cax attribute that is bound to associated cbar_axes.
-
axes_classa type that is a subclass of matplotlib.axes.Axes, default: None
-
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.2.2/api/_as_gen/mpl_toolkits.axisartist.axes_grid.ImageGrid.html