Skip to content

Commit bb91107

Browse files
committed
force black plot for seaborn swarm
1 parent 409216e commit bb91107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

domainlab/utils/generate_benchmark_plots.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ def boxplot_stochastic(dataframe_in, obj, file=None):
532532
x=COLNAME_IDX_PARAM,
533533
y=obj,
534534
legend=False,
535+
color="black",
535536
ax=axes[num],
536537
)
537538
# remove legend, set ylim, set x-label and remove y-label

0 commit comments

Comments
 (0)