python-docs-fr stats

This commit is contained in:
Julien Palard 2023-04-11 18:19:47 +02:00
parent 7815e682f8
commit 8937b3f3b7
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
2 changed files with 11 additions and 2 deletions

View File

@ -90,7 +90,16 @@ progress = {
datetime.date(2021, 9, 6): 56.4,
datetime.date(2021, 11, 1): 58,
datetime.date(2022, 1, 1): 58.2,
datetime.date(2022, 4, 5): 58.1,
datetime.date(2022, 2, 4): 58.2,
datetime.date(2022, 4, 5): 57.2,
datetime.date(2022, 5, 26): 58.1,
datetime.date(2022, 10, 16): 58.7,
datetime.date(2022, 12, 6): 59.9,
datetime.date(2023, 1, 2): 60.3,
datetime.date(2023, 2, 4): 60.2,
datetime.date(2023, 3, 5): 60.8,
datetime.date(2023, 4, 1): 61.0,
}
plt.rcParams["figure.figsize"] = (20, 10)
@ -138,4 +147,4 @@ ax.annotate(
)
plt.ylabel("%")
ax.set_ylim(ymin=0)
plt.savefig("fr_translation_percent.png")
plt.savefig("static/fr_translation_percent.png")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 116 KiB