Skip to content
Prev Previous commit
update default colormap to Viridis from Fire
  • Loading branch information
riley-brady committed Jun 29, 2024
commit 9dd9be10fb1eb61359bdc15c9bbfa2c69ec25c5a
2 changes: 1 addition & 1 deletion proplot/internals/rcsetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
CYCLE = 'colorblind'
CMAPCYC = 'twilight'
CMAPDIV = 'BuRd'
CMAPSEQ = 'Fire'
CMAPSEQ = 'Viridis'
CMAPCAT = 'colorblind10'
DIVERGING = 'div'
FRAMEALPHA = 0.8 # legend and colorbar
Expand Down