diff options
Diffstat (limited to 'Plots/Chaos/ae3_stacked.py')
-rw-r--r-- | Plots/Chaos/ae3_stacked.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plots/Chaos/ae3_stacked.py b/Plots/Chaos/ae3_stacked.py index 4242987..50a2887 100644 --- a/Plots/Chaos/ae3_stacked.py +++ b/Plots/Chaos/ae3_stacked.py @@ -314,7 +314,7 @@ for nstep in nsteps: # Title, Legend tout = dfo.time.iloc[0] - txtsup = "nstep = %012d // time = %.2e Myr" % (nstep, tout) + txtsup = "nstep = %012d // time = %.2e Yr" % (nstep, tout) txtsup += " // (Embryos/Planets, Planetesimals, Total Particles)" fig.suptitle(txtsup, fontsize='small') |