Skip to content

Commit

Permalink
Add some more colormaps and reversed
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturk committed Nov 8, 2024
1 parent f720108 commit 94a08f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion yt_idv/scene_components/base_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
default_shader_combos,
)

_cmaps = ["arbre", "viridis", "magma", "doom"]
_cmaps = ["arbre", "viridis", "magma", "doom", "cividis", "plasma", "RdBu", "coolwarm"]
_cmaps += [f"{_}_r" for _ in _cmaps]
_cmaps.sort()
_buffers = ["frame", "depth"]


Expand Down

0 comments on commit 94a08f4

Please sign in to comment.