mpl_toolkits.axes_grid1.
host_axes
Create axes that can act as a hosts to parasitic axes.
figure : matplotlib.figure.Figure
matplotlib.figure.Figure
Figure to which the axes will be added. Defaults to the current figure pyplot.gcf().
pyplot.gcf()
*args, **kwargs :
Will be passed on to the underlying Axes object creation.
Axes