mpl_toolkits.axes_grid1.parasite_axes.ParasiteAxesBase

class mpl_toolkits.axes_grid1.parasite_axes.ParasiteAxesBase(parent_axes, **kwargs)[source]

Bases: object

__dict__ = mappingproxy({'__module__': 'mpl_toolkits.axes_grid1.parasite_axes', 'get_images_artists': <function ParasiteAxesBase.get_images_artists>, '__init__': <function ParasiteAxesBase.__init__>, 'cla': <function ParasiteAxesBase.cla>, 'pick': <function ParasiteAxesBase.pick>, '__dict__': <attribute '__dict__' of 'ParasiteAxesBase' objects>, '__weakref__': <attribute '__weakref__' of 'ParasiteAxesBase' objects>, '__doc__': None})
__init__(self, parent_axes, **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)

cla(self)[source]
get_images_artists(self)[source]
pick(self, mouseevent)[source]

Examples using mpl_toolkits.axes_grid1.parasite_axes.ParasiteAxesBase