Skip to content

Commit

Permalink
add turbo colormap
Browse files Browse the repository at this point in the history
turbo is an improved jet colormap
  • Loading branch information
jkittner committed Oct 31, 2024
1 parent 657b64f commit de7146b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terracotta/client/app/src/colormap/colormaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,11 @@ const COLORMAPS: Colormap[] = [
id: 'jet',
img_url: 'https://terracotta-python.readthedocs.io/en/latest/_images/cmap-jet-bar.png'
},
{
displayName: 'Turbo',
id: 'turbo',
img_url: 'https://terracotta-python.readthedocs.io/en/latest/_images/cmap-turbo-bar.png'
},
{
displayName: 'Nipy_spectral',
id: 'nipy_spectral',
Expand Down
Binary file added terracotta/cmaps/data/turbo_r_rgba.npy
Binary file not shown.
Binary file added terracotta/cmaps/data/turbo_rgba.npy
Binary file not shown.

0 comments on commit de7146b

Please sign in to comment.