From f8bed5afc44614333eec7809a5f832fe195cc3a3 Mon Sep 17 00:00:00 2001 From: Mayo Faulkner Date: Fri, 6 Dec 2024 17:09:12 +0000 Subject: [PATCH] fix facecolor --- ibllib/pipes/training_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibllib/pipes/training_status.py b/ibllib/pipes/training_status.py index 7eac77e47..71fca95cd 100644 --- a/ibllib/pipes/training_status.py +++ b/ibllib/pipes/training_status.py @@ -966,7 +966,7 @@ def plot_over_days(df, subject, y1, y2=None, ax=None, legend=True, title=True, t box.width, box.height * 0.9]) if legend: ax1.legend(loc='upper center', bbox_to_anchor=(0.5, -0.1), - fancybox=True, shadow=True, ncol=5, fc='white') + fancybox=True, shadow=True, ncol=5, facecolor='white') return ax1