From f8c75a3696dcebd90ccefc7a69d733fdbef137e1 Mon Sep 17 00:00:00 2001 From: Blacktwin <blacktwin@users.noreply.github.com> Date: Sun, 16 Jun 2019 00:26:23 -0400 Subject: [PATCH] bbox for suptitle --- reporting/watched_percentages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/watched_percentages.py b/reporting/watched_percentages.py index 800e685..c163182 100644 --- a/reporting/watched_percentages.py +++ b/reporting/watched_percentages.py @@ -221,7 +221,7 @@ def make_pie(user_dict, sections_dict, title, filename=None, headless=None): section_position += 1 user_position += 1 - plt.suptitle(title) + plt.suptitle(title, bbox=BBOX_PROPS, size=15) plt.tight_layout() fig.subplots_adjust(top=0.88)