Skip to content

Commit

Permalink
Change default diverging/qualitative cmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Oct 18, 2021
1 parent f14aa26 commit b0b8557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proplot/internals/rcsetup.py
Expand Up @@ -34,9 +34,9 @@
BLACK = 'black'
CYCLE = 'colorblind'
CMAPCYC = 'twilight'
CMAPDIV = 'negpos'
CMAPDIV = 'burd'
CMAPSEQ = 'fire'
CMAPCAT = 'flatui'
CMAPCAT = 'colorblind10'
DIVERGING = 'div'
FRAMEALPHA = 0.8 # legend and colorbar
FONTNAME = 'sans-serif'
Expand Down

0 comments on commit b0b8557

Please sign in to comment.