From b0b8557f5fc11cdce3923474d7d086740091afea Mon Sep 17 00:00:00 2001 From: Luke Davis Date: Mon, 18 Oct 2021 17:49:15 -0600 Subject: [PATCH] Change default diverging/qualitative cmaps --- proplot/internals/rcsetup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proplot/internals/rcsetup.py b/proplot/internals/rcsetup.py index 6dfa4870f..350b849b4 100644 --- a/proplot/internals/rcsetup.py +++ b/proplot/internals/rcsetup.py @@ -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'