You are reading documentation for the unreleased version of Matplotlib. Try searching for the released version of this page instead?
Version 2.0.0b1.post7580.dev0+ge487118
matplotlib
Fork me on GitHub

Table Of Contents

This Page

mpl_toolkits.axes_grid1

Classes

AxesGrid alias of ImageGrid
Divider(fig, pos, horizontal, vertical[, …]) This class calculates the axes position.
Grid(fig, rect, nrows_ncols[, ngrids, …]) A class that creates a grid of Axes.
ImageGrid(fig, rect, nrows_ncols[, ngrids, …]) A class that creates a grid of Axes.
LocatableAxes(*kl, **kw)
SubplotDivider(fig, *args, **kwargs) The Divider class whose rectangle area is specified as a subplot geometry.

Functions

host_axes(*args, **kwargs) Create axes that can act as a hosts to parasitic axes.
host_subplot(*args, **kwargs) Create a subplot that can act as a host to parasitic axes.
make_axes_locatable(axes)