You are reading an old version of the documentation (v3.0.0). For the latest version see https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.axisartist.axes_grid.html
Version 3.0.0
matplotlib
Fork me on GitHub

Table Of Contents

mpl_toolkits.axisartist.axes_grid

Classes

AxesGrid alias of mpl_toolkits.axisartist.axes_grid.ImageGrid
CbarAxes(*args, orientation, **kwargs)
Grid(fig, rect, nrows_ncols[, ngrids, ...]) Build an Grid instance with a grid nrows*ncols Axes in Figure fig with rect=[left, bottom, width, height] (in Figure coordinates) or the subplot position code (e.g., "121").
ImageGrid(fig, rect, nrows_ncols[, ngrids, ...]) Build an ImageGrid instance with a grid nrows*ncols Axes in Figure fig with rect=[left, bottom, width, height] (in Figure coordinates) or the subplot position code (e.g., "121").