Skip to content

Commit

Permalink
save figures from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Marmaduke Woodman committed Apr 16, 2024
1 parent ac1ee82 commit 170dbc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/heun-error.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@
pl.semilogy(t, hp[:, i], 'g', alpha=0.5)
pl.axhline(dt, color='g')

pl.show()
pl.savefig(__file__ + '.jpg', dpi=300)
pl.show()

0 comments on commit 170dbc0

Please sign in to comment.