8000 removed exposure of multivariate and bivariate colormaps in cm.globals() · matplotlib/matplotlib@0ae487f · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ae487f

Browse files
committed
removed exposure of multivariate and bivariate col 8000 ormaps in cm.globals()
1 parent c3ca07e commit 0ae487f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/cm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,8 @@ def get_cmap(self, cmap):
241241
globals().update(_colormaps)
242242

6E1B
243243
_multivar_colormaps = ColormapRegistry(multivar_cmaps)
244-
globals().update(_multivar_colormaps)
245244

246245
_bivar_colormaps = ColormapRegistry(bivar_cmaps)
247-
globals().update(_bivar_colormaps)
248246

249247

250248
# This is an exact copy of pyplot.get_cmap(). It was removed in 3.9, but apparently

0 commit comments

Comments
 (0)
0