Skip to content

Commit

Permalink
Use reversed viridis colormap
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Oct 1, 2024
1 parent 335da3e commit c48cb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usaon_benefit_tool/constants/colormap.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
COLORMAP_CLASSES = 8
COLORMAP_DATA_VALUE_RANGE = (0, 100)

cmap_name = 'viridis'
cmap_name = 'viridis_r' # "_r" means "reversed"
cmap = colormaps[cmap_name]
# FIXME: This duplication is only for expedience. We can do this in pure matplotlib
# without leafmap.
Expand Down

0 comments on commit c48cb51

Please sign in to comment.