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

Method scaled

lib/matplotlib/colors.py:2374–2376  ·  view source on GitHub ↗

Return whether *vmin* and *vmax* are both set.

(self)

Source from the content-addressed store, hash-verified

2372
2373 @abstractmethod
2374 def scaled(self):
2375 """Return whether *vmin* and *vmax* are both set."""
2376 pass
2377
2378 def _changed(self):
2379 """

Callers 7

set_entryMethod · 0.45
inverseMethod · 0.45
inverseMethod · 0.45
inverseMethod · 0.45
scaledMethod · 0.45
set_arrayMethod · 0.45
_process_valuesMethod · 0.45

Calls

no outgoing calls

Tested by 1

set_entryMethod · 0.36