We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4cfd5 commit 27ce971Copy full SHA for 27ce971
src/e3sm_quickview/presets/__init__.py
@@ -2,7 +2,7 @@
2
3
from paraview import simple
4
5
-ALL_PRESETS = set(simple.GetLookupTableNames())
+ALL_PRESETS = set(simple.ListColorPresetNames())
6
COLOR_BLIND_SAFE = set()
7
8
# Import any missing preset
0 commit comments