default color map

This commit is contained in:
2025-05-16 17:06:54 +02:00
parent 21fb68d81b
commit 26c0fc4aae
8 changed files with 86 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ def plot_style():
pt.colormap('YR', cmcolors, cmvalues)
cycle_colors = ['blue', 'red', 'orange', 'lightgreen', 'magenta',
'yellow', 'cyan', 'pink']
pt.colors_params(palette, cycle_colors, 'RdYlBu')
pt.colors_params(palette, cycle_colors, 'viridis')
pt.figure_params(palette['white'], format='pdf', compression=6,
fonttype=3, stripfonts=True)
pt.labels_params('{label} [{unit}]', labelsize='medium', labelpad=6)