# HG changeset patch # User luca_milaz # Date 1722868641 0 # Node ID e471f829344a5ba1855a5b17873a3624d3ce1f60 # Parent e8ed689d40da35e274b1b117e93d60c66b3713d8 Uploaded diff -r e8ed689d40da -r e471f829344a marea_2/flux_to_map.py --- 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.