Skip to content

Commit

Permalink
fix facecolor
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Dec 6, 2024
1 parent 5ab4065 commit f8bed5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibllib/pipes/training_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f8bed5a

Please sign in to comment.