From d030bbf07db24f62e81fdfb7f5d9d9b87a63ef54 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Tue, 9 Jul 2024 14:07:39 +0200 Subject: [PATCH] added savefig --- releases_info/plot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/releases_info/plot.py b/releases_info/plot.py index 842b303..4193d07 100644 --- a/releases_info/plot.py +++ b/releases_info/plot.py @@ -135,4 +135,6 @@ def annotate_version_tags(tags, dates, y, offset=0): ax.yaxis.grid(alpha=0.3) plt.tight_layout() + +plt.savefig("evolution.png", dpi=300) plt.show()