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

Method autoscale_None

lib/matplotlib/colors.py:2775–2779  ·  view source on GitHub ↗

Set *vmin* and *vmax*.

(self, A)

Source from the content-addressed store, hash-verified

2773 A.max()-self._vcenter)
2774
2775 def autoscale_None(self, A):
2776 """Set *vmin* and *vmax*."""
2777 A = np.asanyarray(A)
2778 if self.halfrange is None and A.size:
2779 self.autoscale(A)
2780
2781 @property
2782 def vmin(self):

Callers 1

test_CenteredNormFunction · 0.95

Calls 1

autoscaleMethod · 0.95

Tested by 1

test_CenteredNormFunction · 0.76