-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issues
Milestone
Description
If you do cm2 = copy.copy(cm)
and the original color map has been used at least once, then the copy will share a reference to self._lut
(which is what is used to __call__
to map from values -> rgba). Any calls to set_over
, set_under
, or set_bad
will be shared by all copies (as they update self._lut
in place).
Metadata
Metadata
Assignees
Labels
Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issues