On this page
mpl_toolkits.axes_grid1.parasite_axes.host_axes
mpl_toolkits.axes_grid1.parasite_axes.host_axes(*args, axes_class=<class 'mpl_toolkits.axes_grid1.mpl_axes.Axes'>, figure=None, **kwargs)[source]-
Create axes that can act as a hosts to parasitic axes.
Parameters: -
figure
matplotlib.figure.Figure -
Figure to which the axes will be added. Defaults to the current figure
pyplot.gcf(). - *args, **kwargs
-
Will be passed on to the underlying
Axesobject creation.
-
figure
Examples using mpl_toolkits.axes_grid1.parasite_axes.host_axes
© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.4.3/api/_as_gen/mpl_toolkits.axes_grid1.parasite_axes.host_axes.html