diff --git a/eos/options.py b/eos/options.py index ec54062..7398747 100644 --- a/eos/options.py +++ b/eos/options.py @@ -459,7 +459,7 @@ class ReflectivityOutputConfig(ArgParsable): ) plot_colormap: PlotColormaps = field( - default=PlotColormaps.jochen_deluxe, + default=PlotColormaps.gist_ncar, metadata={ 'short': 'pcmap', 'group': 'output',