forked from rDrama/rDrama
1
0
Fork 0
master
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( posts_chart.plot(
daily_times, daily_times,
post_stats, post_stats,
color='green') color='blue')
comments_chart.plot( comments_chart.plot(
daily_times, daily_times,
comment_stats, comment_stats,
color='gold') color='purple')
signup_chart.set_ylim(ymin=0) signup_chart.set_ylim(ymin=0)
posts_chart.set_ylim(ymin=0) posts_chart.set_ylim(ymin=0)