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

Method autoscale

lib/matplotlib/colors.py:2364–2366  ·  view source on GitHub ↗

Set *vmin*, *vmax* to min, max of *A*.

(self, A)

Source from the content-addressed store, hash-verified

2362
2363 @abstractmethod
2364 def autoscale(self, A):
2365 """Set *vmin*, *vmax* to min, max of *A*."""
2366 pass
2367
2368 @abstractmethod
2369 def autoscale_None(self, A):

Callers 5

autoscaleMethod · 0.45
autoscaleFunction · 0.45
autoscale.pyFile · 0.45
create_text_axesFunction · 0.45
axes_box_aspect.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected