mpl_toolkits.axes_grid1.parasite_axes.HostAxesBase¶
-
class
mpl_toolkits.axes_grid1.parasite_axes.
HostAxesBase
(*args, **kwargs)[source]¶ Bases:
object
-
__dict__
= mappingproxy({'__module__': 'mpl_toolkits.axes_grid1.parasite_axes', '__init__': <function HostAxesBase.__init__>, 'get_aux_axes': <function HostAxesBase.get_aux_axes>, '_get_legend_handles': <function HostAxesBase._get_legend_handles>, 'draw': <function HostAxesBase.draw>, 'cla': <function HostAxesBase.cla>, 'pick': <function HostAxesBase.pick>, 'twinx': <function HostAxesBase.twinx>, '_remove_twinx': <function HostAxesBase._remove_twinx>, 'twiny': <function HostAxesBase.twiny>, '_remove_twiny': <function HostAxesBase._remove_twiny>, 'twin': <function HostAxesBase.twin>, 'get_tightbbox': <function HostAxesBase.get_tightbbox>, '__dict__': <attribute '__dict__' of 'HostAxesBase' objects>, '__weakref__': <attribute '__weakref__' of 'HostAxesBase' objects>, '__doc__': None})¶
-
__init__
(self, *args, **kwargs)[source]¶ Initialize self. See help(type(self)) for accurate signature.
-
__module__
= 'mpl_toolkits.axes_grid1.parasite_axes'¶
-
__weakref__
¶ list of weak references to the object (if defined)
-
get_aux_axes
(self, tr, viewlim_mode='equal', axes_class=<class 'mpl_toolkits.axes_grid1.parasite_axes.AxesParasite'>)[source]¶
-
twin
(self, aux_trans=None, axes_class=None)[source]¶ Create a twin of Axes with no shared axis.
While self will have ticks on the left and bottom axis, the returned axes will have ticks on the top and right axis.
-