diff --git a/files/helpers/stats.py b/files/helpers/stats.py index bd98613c6..ed91b6970 100644 --- a/files/helpers/stats.py +++ b/files/helpers/stats.py @@ -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