Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ae487f

Browse files
committed
removed exposure of multivariate and bivariate colormaps in cm.globals()
1 parentc3ca07e commit0ae487f

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

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)

[8]ページ先頭

©2009-2025 Movatter.jp