Fixed label.
All checks were successful
dR export statistics build / Build (push) Successful in 27m54s

This commit is contained in:
retoor 2024-12-11 20:18:10 +01:00
parent c91a4ed414
commit 17bc2702ec

View File

@ -196,7 +196,7 @@ async def score_last_7_days():
plt.xticks(rotation=45) plt.xticks(rotation=45)
plt.xlabel("Ranter") plt.xlabel("Ranter")
plt.ylabel("Upvote count") plt.ylabel("Upvote count")
plt.title("Most ignored based on score regarding last 7 days") plt.title("Most popular based on score regarding last 7 days")
plt.legend() plt.legend()
plt.savefig(f"export/score_last_7_days_{get_date_range_str()}.png") plt.savefig(f"export/score_last_7_days_{get_date_range_str()}.png")