changeset 324:e471f829344a draft

Uploaded
author luca_milaz
date Mon, 05 Aug 2024 14:37:21 +0000
parents e8ed689d40da
children 7cf50f1de512
files marea_2/flux_to_map.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2/flux_to_map.py	Mon Aug 05 14:35:06 2024 +0000
+++ b/marea_2/flux_to_map.py	Mon Aug 05 14:37:21 2024 +0000
@@ -851,7 +851,7 @@
 
 
 
-def save_colormap_image(min_value: float, max_value: float, path: utils.FilePath, colorMap:str="jet"):
+def save_colormap_image(min_value: float, max_value: float, path: utils.FilePath, colorMap:str="viridis"):
     """
     Create and save an image of the colormap showing the gradient and its range.