gfd
This commit is contained in:
parent
cca9b400c0
commit
0da9fec864
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue