default color map
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user