diff options
author | Volker Hoffmann <volker@cheleb.net> | 2013-08-18 13:12:29 +0200 |
---|---|---|
committer | Volker Hoffmann <volker@cheleb.net> | 2013-08-18 13:12:29 +0200 |
commit | d83310d75303353f639b145afd7896efe4371352 (patch) | |
tree | 839a4fb1d748c61055b4859bd2550f62d8e24dd8 /plot_quad_mag_xy.py | |
parent | 3cad435dceadd67096d9617d11beb10713467916 (diff) |
reformat and include nstep_coarse in quad title
Diffstat (limited to 'plot_quad_mag_xy.py')
-rw-r--r-- | plot_quad_mag_xy.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plot_quad_mag_xy.py b/plot_quad_mag_xy.py index 7a53d6b..e43bb13 100644 --- a/plot_quad_mag_xy.py +++ b/plot_quad_mag_xy.py @@ -71,8 +71,8 @@ for iout in iouts: disk.plot_xe_mid_xy(ax3, clim=xe_mid_xy_lim) disk.plot_ReM_mid_xy(ax4, clim=ReM_mid_xy_lim) - plt.suptitle("t=%0.2f [code] / t=%0.2f [yr] / %05d [iout] / M_infall=%1.2e [Mstar/yr]" % \ - (disk.info["time"], disk.info["time"]/2./pi, iout, disk.infall_rate)) + 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)) fig.savefig('Quad_Mag_XY_%05d.png' % iout) del disk |