Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ copy
Method
copy
lib/matplotlib/colors.py:1535–1537 ·
view source on GitHub ↗
Return a copy of the multivarcolormap.
(self)
Source
from the content-addressed store, hash-verified
1533
return
rgba
1534
1535
def
copy(self):
1536
""
"Return a copy of the multivarcolormap."
""
1537
return
self.__copy__()
1538
1539
def
__copy__(self):
1540
cls = self.__class__
Callers
2
resampled
Method · 0.95
with_extremes
Method · 0.95
Calls
1
__copy__
Method · 0.95
Tested by
no test coverage detected