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

Method scaled

lib/matplotlib/colors.py:3574–3576  ·  view source on GitHub ↗

Return whether both *vmin* and *vmax* are set on all constituent norms.

(self)

Source from the content-addressed store, hash-verified

3572 self._changed()
3573
3574 def scaled(self):
3575 """Return whether both *vmin* and *vmax* are set on all constituent norms."""
3576 return all(n.scaled() for n in self.norms)
3577
3578 @staticmethod
3579 def _iterable_components_in_data(data, n_components):

Callers

nothing calls this directly

Calls 1

scaledMethod · 0.45

Tested by

no test coverage detected