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

Method get_subplotspec

lib/matplotlib/colorbar.py:191–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

189 return pos
190
191 def get_subplotspec(self):
192 # make tight_layout happy..
193 return (
194 self._cbar.ax.get_subplotspec()
195 or getattr(self._orig_locator, "get_subplotspec", lambda: None)())
196
197
198def _remove_cbar_axes(ax, cbar):

Callers 2

removeMethod · 0.45
make_axes_gridspecFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected