forked from MapComplete/MapComplete
New graphs
This commit is contained in:
parent
82fce1606d
commit
64a246390f
78 changed files with 44 additions and 0 deletions
|
|
@ -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=""):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue