bbox for suptitle
This commit is contained in:
parent
2ab33748cd
commit
f8c75a3696
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user