From bb91107baa518b77ec2c0aaa2b7534667b4745d9 Mon Sep 17 00:00:00 2001 From: smilesun Date: Wed, 21 Feb 2024 14:14:32 +0100 Subject: [PATCH] force black plot for seaborn swarm --- domainlab/utils/generate_benchmark_plots.py | 1 + 1 file changed, 1 insertion(+) diff --git a/domainlab/utils/generate_benchmark_plots.py b/domainlab/utils/generate_benchmark_plots.py index 9125ec7b8..3832d398e 100644 --- a/domainlab/utils/generate_benchmark_plots.py +++ b/domainlab/utils/generate_benchmark_plots.py @@ -532,6 +532,7 @@ def boxplot_stochastic(dataframe_in, obj, file=None): x=COLNAME_IDX_PARAM, y=obj, legend=False, + color="black", ax=axes[num], ) # remove legend, set ylim, set x-label and remove y-label