diff options
Diffstat (limited to 'plot_quad.py')
-rw-r--r-- | plot_quad.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plot_quad.py b/plot_quad.py index f87a53f..77fa2fa 100644 --- a/plot_quad.py +++ b/plot_quad.py @@ -105,9 +105,9 @@ for iout in iouts: # mdotr fluff # copied from plot_dotr_r.py ax3.hold(True) - h0 = disk_abs.plot_mdotr_r(ax_in=ax3, ylog=True, soften=False) - h1 = disk_pos.plot_mdotr_r(ax_in=ax3, ylog=True, soften=False) - h2 = disk_neg.plot_mdotr_r(ax_in=ax3, ylog=True, soften=False) + h0 = disk_abs.plot_mdotr_r(ax_in=ax3, ylog=True) + h1 = disk_pos.plot_mdotr_r(ax_in=ax3, ylog=True) + h2 = disk_neg.plot_mdotr_r(ax_in=ax3, ylog=True) ax3.hold(False) ax3.set_title('Radial Mass Flux') ax3.grid(True) |