Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ca07e commit 0ae487fCopy full SHA for 0ae487f
lib/matplotlib/cm.py
@@ -241,10 +241,8 @@ def get_cmap(self, cmap):
241
globals().update(_colormaps)
242
243
_multivar_colormaps = ColormapRegistry(multivar_cmaps)
244
-globals().update(_multivar_colormaps)
245
246
_bivar_colormaps = ColormapRegistry(bivar_cmaps)
247
-globals().update(_bivar_colormaps)
248
249
250
# This is an exact copy of pyplot.get_cmap(). It was removed in 3.9, but apparently
0 commit comments