make stats charts tight

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-23 10:46:03 -05:00
parent 096828dc1c
commit ff84f32e45
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ def chart(kind, site):
file = chart_path(kind, site)
plt.savefig(file)
plt.savefig(file, bbox_inches='tight')
plt.clf()
return file