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

Method _extend_upper

lib/matplotlib/colorbar.py:1315–1318  ·  view source on GitHub ↗

Return whether the upper limit is open ended.

(self)

Source from the content-addressed store, hash-verified

1313 return self.extend in ('both', minmax)
1314
1315 def _extend_upper(self):
1316 """Return whether the upper limit is open ended."""
1317 minmax = "min" if self.long_axis.get_inverted() else "max"
1318 return self.extend in ('both', minmax)
1319
1320 def _short_axis(self):
1321 """Return the short axis"""

Callers 6

_draw_allMethod · 0.95
_update_dividersMethod · 0.95
_do_extendsMethod · 0.95
_process_valuesMethod · 0.95
_proportional_yMethod · 0.95
__call__Method · 0.80

Calls 1

get_invertedMethod · 0.80

Tested by

no test coverage detected