remotes/1693045480750635534/spooky-22
Aevann1 2022-02-25 15:33:32 +02:00
parent 8c725c81ad
commit 519c7414f3
1 changed files with 2 additions and 2 deletions

View File

@ -164,11 +164,11 @@ def cached_chart(days):
posts_chart.plot(
daily_times,
post_stats,
color='green')
color='blue')
comments_chart.plot(
daily_times,
comment_stats,
color='gold')
color='purple')
signup_chart.set_ylim(ymin=0)
posts_chart.set_ylim(ymin=0)