From aa5b540aedc78b6c560e92aa38e636b86fd834a5 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Fri, 10 Oct 2025 09:25:01 +0200 Subject: [PATCH] fix jochen colormap in eos call, as it's not registered there --- eos/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',