mpl_toolkits.axes_grid1.mpl_axes.SimpleChainedObjects

class mpl_toolkits.axes_grid1.mpl_axes.SimpleChainedObjects(objects) [source]

Bases: object

__call__(self, *args, **kwargs) [source]

Call self as a function.

__dict__ = mappingproxy({'__module__': 'mpl_toolkits.axes_grid1.mpl_axes', '__init__': <function SimpleChainedObjects.__init__>, '__getattr__': <function SimpleChainedObjects.__getattr__>, '__call__': <function SimpleChainedObjects.__call__>, '__dict__': <attribute '__dict__' of 'SimpleChainedObjects' objects>, '__weakref__': <attribute '__weakref__' of 'SimpleChainedObjects' objects>, '__doc__': None})
__getattr__(self, k) [source]
__init__(self, objects) [source]

Initialize self. See help(type(self)) for accurate signature.

__module__ = 'mpl_toolkits.axes_grid1.mpl_axes'
__weakref__

list of weak references to the object (if defined)

Examples using mpl_toolkits.axes_grid1.mpl_axes.SimpleChainedObjects

© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.3.3/api/_as_gen/mpl_toolkits.axes_grid1.mpl_axes.SimpleChainedObjects.html