diff --git a/src/tools/utils/__pycache__/plot_results.cpython-39.pyc b/src/tools/utils/__pycache__/plot_results.cpython-39.pyc index 5ba10e9..3cf540f 100644 Binary files a/src/tools/utils/__pycache__/plot_results.cpython-39.pyc and b/src/tools/utils/__pycache__/plot_results.cpython-39.pyc differ diff --git a/src/tools/utils/plot_results.py b/src/tools/utils/plot_results.py index cda2de1..db7b118 100644 --- a/src/tools/utils/plot_results.py +++ b/src/tools/utils/plot_results.py @@ -110,7 +110,7 @@ def _set_map_configuration(self, metric): norm = TwoSlopeNorm(vmin=metric_min, vcenter=0, vmax=metric_max) extend_cbar = 'both' elif metric_min < 0 and metric_max < 0: - cmap = plt.get_cmap('Reds') + cmap = plt.get_cmap('Reds_r') norm = Normalize(vmin=metric_min, vmax=0) extend_cbar = 'min' elif metric_min > 0 and metric_max > 0: