New graphs

This commit is contained in:
Pieter Vander Vennet 2021-04-03 00:16:04 +02:00
parent 82fce1606d
commit 64a246390f
78 changed files with 44 additions and 0 deletions

View file

@ -118,6 +118,7 @@ def cumulative_users(stats):
def pyplot_init():
pyplot.figure(figsize=(14, 8), dpi=200)
pyplot.xticks(rotation='vertical')
pyplot.grid()
def create_usercount_graphs(stats, extra_text=""):