graph: move GNU release version labels to the bottom

This commit is contained in:
Sylvestre Ledru
2026-05-01 18:07:49 +02:00
parent e825ce37dd
commit fe112b69a1
2 changed files with 428 additions and 428 deletions
+426 -426
View File
File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 551 KiB

After

Width:  |  Height:  |  Size: 556 KiB

+2 -2
View File
@@ -235,13 +235,13 @@ def add_gnu_release_markers(ax, x_min, x_max, y_max, releases=GNU_COREUTILS_RELE
)
ax.text(
rel_date,
y_max * 1.01,
y_max * 0.02,
f"v{version}",
rotation=90,
fontsize=10,
color="#374151",
ha="right",
va="top",
va="bottom",
alpha=0.85,
zorder=4,
)