Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ scaled
Method
scaled
lib/matplotlib/colors.py:2602–2604 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2600
self.vmax = A.max()
2601
2602
def
scaled(self):
2603
# docstring inherited
2604
return
self.vmin is not None and self.vmax is not None
2605
2606
@property
2607
def
n_components(self):
Callers
1
inverse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected