From 8e40387cc933ac34e67fb2c73ae45887ae97e023 Mon Sep 17 00:00:00 2001 From: Volker Hoffmann Date: Mon, 19 Aug 2013 20:14:28 +0200 Subject: rename output file for old quad_XXXXX plots --- plot_quad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot_quad.py b/plot_quad.py index e19c22e..a541242 100644 --- a/plot_quad.py +++ b/plot_quad.py @@ -157,7 +157,7 @@ for iout in iouts: disk.plot_Q_r(ax4) plt.suptitle("t=%0.2f [code] / t=%0.2f [yr] / iout=%05d / nstep=%06d / M_infall=%1.2e [Mstar/yr]" % \ (disk.info["time"], disk.info["time"]/2./pi, iout, disk.info["nstep_coarse"], disk.infall_rate)) - plt.savefig('Quad_%05d.png' % iout) + plt.savefig('Quad_Classic_%05d.png' % iout) plt.clf() plt.close() del disk -- cgit v1.1