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

Table Of Contents

mpl_toolkits.axisartist.axes_grid

Classes

AxesGrid alias of mpl_toolkits.axisartist.axes_grid.ImageGrid
CbarAxes(*kl, **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").