You are reading an old version of the documentation (v3.1.1). For the latest version see https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.axes_grid1.parasite_axes.html
Version 3.1.2
matplotlib
Fork me on GitHub

Table of Contents

mpl_toolkits.axes_grid1.parasite_axes

Classes

HostAxes alias of mpl_toolkits.axes_grid1.parasite_axes.AxesHostAxes
HostAxesBase(*args, **kwargs)
ParasiteAxes alias of mpl_toolkits.axes_grid1.parasite_axes.AxesParasite
ParasiteAxesAuxTrans alias of mpl_toolkits.axes_grid1.parasite_axes.AxesParasiteParasiteAuxTrans
ParasiteAxesAuxTransBase(parent_axes, ...[, ...])
ParasiteAxesBase(parent_axes, **kwargs)

Functions

host_axes(\*args[, axes_class, figure]) Create axes that can act as a hosts to parasitic axes.
host_subplot(\*args[, axes_class, figure]) Create a subplot that can act as a host to parasitic axes.
host_subplot_class_factory(axes_class)