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

Method _extend_lower

lib/matplotlib/colorbar.py:1310–1313  ·  view source on GitHub ↗

Return whether the lower limit is open ended.

(self)

Source from the content-addressed store, hash-verified

1308 return extendlength
1309
1310 def _extend_lower(self):
1311 """Return whether the lower limit is open ended."""
1312 minmax = "max" if self.long_axis.get_inverted() else "min"
1313 return self.extend in ('both', minmax)
1314
1315 def _extend_upper(self):
1316 """Return whether the upper limit is open ended."""

Callers 7

_draw_allMethod · 0.95
_update_dividersMethod · 0.95
_add_solids_patchesMethod · 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