(self)
| 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 | |
| 198 | def _remove_cbar_axes(ax, cbar): |
no outgoing calls
no test coverage detected