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:1074–1076 ·
view source on GitHub ↗
Return a copy of the colormap.
(self)
Source
from the content-addressed store, hash-verified
1072
'</div>'
)
1073
1074
def
copy(self):
1075
""
"Return a copy of the colormap."
""
1076
return
self.__copy__()
1077
1078
1079
class
LinearSegmentedColormap(Colormap):
Callers
8
with_extremes
Method · 0.95
with_alpha
Method · 0.95
to_rgba_array
Function · 0.45
__copy__
Method · 0.45
__copy__
Method · 0.45
__call__
Method · 0.45
lut
Method · 0.45
__copy__
Method · 0.45
Calls
1
__copy__
Method · 0.95
Tested by
no test coverage detected