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.host_subplot

mpl_toolkits.axes_grid1.host_subplot(*args, **kwargs)

Create a subplot that can act as a host to parasitic axes.

Parameters:

figure : matplotlib.figure.Figure

Figure to which the subplot will be added. Defaults to the current figure pyplot.gcf().

*args, **kwargs :

Will be passed on to the underlying Axes object creation.

Examples using mpl_toolkits.axes_grid1.host_subplot