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

Method autoscale_None

lib/matplotlib/colors.py:2369–2371  ·  view source on GitHub ↗

If *vmin* or *vmax* are not set, use the min/max of *A* to set them.

(self, A)

Source from the content-addressed store, hash-verified

2367
2368 @abstractmethod
2369 def autoscale_None(self, A):
2370 """If *vmin* or *vmax* are not set, use the min/max of *A* to set them."""
2371 pass
2372
2373 @abstractmethod
2374 def scaled(self):

Callers 8

_make_imageMethod · 0.45
autoscale_NoneMethod · 0.45
autoscale_NoneMethod · 0.45
__call__Method · 0.45
autoscale_NoneMethod · 0.45
_process_valuesMethod · 0.45
changedMethod · 0.45
_process_colorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected