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

Method _short_axis

lib/matplotlib/colorbar.py:1320–1324  ·  view source on GitHub ↗

Return the short axis

(self)

Source from the content-addressed store, hash-verified

1318 return self.extend in ('both', minmax)
1319
1320 def _short_axis(self):
1321 """Return the short axis"""
1322 if self.orientation == 'vertical':
1323 return self.ax.xaxis
1324 return self.ax.yaxis
1325
1326 def _get_view(self):
1327 # docstring inherited

Callers 2

_draw_allMethod · 0.95
minorticks_onMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected