Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ copy
Method
copy
lib/matplotlib/colors.py:2177–2179 ·
view source on GitHub ↗
Return a copy of the colormap.
(self)
Source
from the content-addressed store, hash-verified
2175
'</div></div>'
)
2176
2177
def
copy(self):
2178
""
"Return a copy of the colormap."
""
2179
return
self.__copy__()
2180
2181
2182
class
SegmentedBivarColormap(BivarColormap):
Callers
1
with_extremes
Method · 0.95
Calls
1
__copy__
Method · 0.95
Tested by
no test coverage detected