MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / __init__

Method __init__

lib/mpl_toolkits/axes_grid1/axes_grid.py:15–17  ·  view source on GitHub ↗
(self, *args, orientation, **kwargs)

Source from the content-addressed store, hash-verified

13
14class CbarAxesBase:
15 def __init__(self, *args, orientation, **kwargs):
16 self.orientation = orientation
17 super().__init__(*args, **kwargs)
18
19 def colorbar(self, mappable, **kwargs):
20 return self.get_figure(root=False).colorbar(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected