Skip to content

Commit

Permalink
added savefig
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Jul 9, 2024
1 parent 393473b commit d030bbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions releases_info/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit d030bbf

Please sign in to comment.