mpl_toolkits.axes_grid1.axes_grid.CbarAxesBase
- 
class mpl_toolkits.axes_grid1.axes_grid.CbarAxesBase(*args, orientation, **kwargs)[source]
- 
Bases: object- 
__dict__ = mappingproxy({'__module__': 'mpl_toolkits.axes_grid1.axes_grid', '__init__': <function CbarAxesBase.__init__>, 'colorbar': <function CbarAxesBase.colorbar>, 'cbid': <matplotlib.cbook.deprecation.deprecated.<locals>.deprecate.<locals>._deprecated_property object>, 'locator': <matplotlib.cbook.deprecation.deprecated.<locals>.deprecate.<locals>._deprecated_property object>, '_config_axes': <function CbarAxesBase._config_axes>, 'toggle_label': <function CbarAxesBase.toggle_label>, 'cla': <function CbarAxesBase.cla>, '__dict__': <attribute '__dict__' of 'CbarAxesBase' objects>, '__weakref__': <attribute '__weakref__' of 'CbarAxesBase' objects>, '__doc__': None})
 - 
__init__(self, *args, orientation, **kwargs)[source]
- 
Initialize self. See help(type(self)) for accurate signature. 
 - 
__module__ = 'mpl_toolkits.axes_grid1.axes_grid'
 - 
__weakref__
- 
list of weak references to the object (if defined) 
 - 
property cbid
 - 
cla(self)[source]
 - 
colorbar(self, mappable, *, ticks=None, **kwargs)[source]
 - 
property locator
 - 
toggle_label(self, b)[source]
 
- 
Examples using mpl_toolkits.axes_grid1.axes_grid.CbarAxesBase
 
    © 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.axes_grid.CbarAxesBase.html