MCPcopy 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
1079class LinearSegmentedColormap(Colormap):

Callers 8

with_extremesMethod · 0.95
with_alphaMethod · 0.95
to_rgba_arrayFunction · 0.45
__copy__Method · 0.45
__copy__Method · 0.45
__call__Method · 0.45
lutMethod · 0.45
__copy__Method · 0.45

Calls 1

__copy__Method · 0.95

Tested by

no test coverage detected