diff options
-rw-r--r-- | Plots/Chaos/ae3_stacked.py | 2 | ||||
-rw-r--r-- | Plots/Chaos/ai3_stacked.py | 2 |
2 files changed, 2 insertions, 2 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') diff --git a/Plots/Chaos/ai3_stacked.py b/Plots/Chaos/ai3_stacked.py index 18fc27a..2595572 100644 --- a/Plots/Chaos/ai3_stacked.py +++ b/Plots/Chaos/ai3_stacked.py @@ -297,7 +297,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') |