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

Method autoscale_None

lib/matplotlib/colorizer.py:443–448  ·  view source on GitHub ↗

Autoscale the scalar limits on the norm instance using the current array, changing only limits that are None

(self)

Source from the content-addressed store, hash-verified

441 self._colorizer.autoscale(self._A)
442
443 def autoscale_None(self):
444 """
445 Autoscale the scalar limits on the norm instance using the
446 current array, changing only limits that are None
447 """
448 self._colorizer.autoscale_None(self._A)
449
450 @property
451 def colorbar(self):

Callers

nothing calls this directly

Calls 1

autoscale_NoneMethod · 0.45

Tested by

no test coverage detected