remotes/1693045480750635534/spooky-22
Aevann1 2021-12-15 23:14:52 +02:00
parent 15cd1c9ca9
commit 091ab8ed5e
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
image.* image.*
chart.png
video.mp4 video.mp4
video.webm video.webm
cache/ cache/

BIN
chart.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

@ -138,7 +138,7 @@ def cached_chart():
posts_chart.legend(loc='upper left', frameon=True) posts_chart.legend(loc='upper left', frameon=True)
comments_chart.legend(loc='upper left', frameon=True) comments_chart.legend(loc='upper left', frameon=True)
file = "chart.png" file = "/chart.png"
plt.savefig(file) plt.savefig(file)
plt.clf() plt.clf()
return file return file