fsd
This commit is contained in:
parent
ad91013062
commit
1d230517f0
2 changed files with 8 additions and 7 deletions
|
@ -1331,6 +1331,6 @@ def chart(v):
|
|||
posts_chart.legend(loc='upper left', frameon=True)
|
||||
comments_chart.legend(loc='upper left', frameon=True)
|
||||
|
||||
plt.savefig("chart.webp")
|
||||
plt.savefig("chart.png")
|
||||
plt.clf()
|
||||
return send_file("../chart.webp")
|
||||
return send_file("../chart.png")
|
Loading…
Add table
Add a link
Reference in a new issue