Skip to content

Commit

Permalink
Emit diagram to PNG as well for the graphical abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
milancurcic committed Oct 15, 2024
1 parent 2b40d11 commit 9ee5789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/plot_modulation_diagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,5 @@

plt.tight_layout()
plt.savefig("../figures/fig_hydrodynamic_modulation_diagram.pdf")
plt.savefig("../figures/fig_hydrodynamic_modulation_diagram.png", dpi=300)
plt.close()

0 comments on commit 9ee5789

Please sign in to comment.