Skip to content

Commit

Permalink
export to svg
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Nov 27, 2024
1 parent fbfd224 commit 0d60c08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/plot_energy_spectra.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@
plt.ylabel("Neturon energy distribution")
plt.yscale("log")
plt.legend()
plt.ylim(bottom=1e-3)
plt.savefig("energy_spectra.svg")
plt.show()

0 comments on commit 0d60c08

Please sign in to comment.