On this page
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._api.deprecation.deprecated.<locals>.deprecate.<locals>._deprecated_property object>, 'locator': <matplotlib._api.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, '__annotations__': {}})
__init__
(*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
()[source]
colorbar
(mappable, *, ticks=None, **kwargs)[source]
- property
locator
toggle_label
(b)[source]
Examples using mpl_toolkits.axes_grid1.axes_grid.CbarAxesBase
© 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.axes_grid.CbarAxesBase.html