diff options
Diffstat (limited to 'ep_run/fig_primer_pack2.py')
| -rw-r--r-- | ep_run/fig_primer_pack2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ep_run/fig_primer_pack2.py b/ep_run/fig_primer_pack2.py index d23f9ca..47be501 100644 --- a/ep_run/fig_primer_pack2.py +++ b/ep_run/fig_primer_pack2.py @@ -97,8 +97,8 @@ axv.plot(rs / 1000, np.clip(rval, 0, 6.42), color='#999999', lw=0.9, zorder=2) axv.text(233, 4.32, 'rescue resumes\n(new recipe from 195k / 215k)', fontsize=8, color='#777777', ha='right') axv.axhline(3.2884, color=GRAY, lw=1.0, ls='--') axv.text(2, 3.19, 'BP twin final 3.2884', fontsize=8.5, color=GRAY, va='top') -axv.plot([185], [3.7117], marker='*', ms=14, color=GREEN, zorder=5) -axv.text(180, 3.50, 'best 3.7117 @185k (never beaten again)', fontsize=8.5, color=GREEN, ha='right') +axv.plot([104.8], [3.7117], marker='*', ms=14, color=GREEN, zorder=5) +axv.text(102, 3.52, 'best 3.7117 @105k — never improved again:\n90k healthy steps of plateau before the blow', fontsize=8.5, color=GREEN, ha='left') axv.annotate('195k: relaxation diverges — val 3.9 → 6.0,\nguard storm (15k step-skips); the same\n$\\beta$ was safe for the previous 135k steps', xy=(204, 5.95), xytext=(112, 5.62), fontsize=9.5, color=RED, arrowprops=dict(arrowstyle='-|>', color=RED)) |
