From 2b22784d93f77acfc7054dc2369be2f8fbbe9e5e Mon Sep 17 00:00:00 2001
From: Jaron Kent-Dobias <jaron@kent-dobias.com>
Date: Thu, 28 Oct 2021 14:29:46 +0200
Subject: Adding other lines.

---
 ising_scaling.tex | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/ising_scaling.tex b/ising_scaling.tex
index c25dfe2..d461343 100644
--- a/ising_scaling.tex
+++ b/ising_scaling.tex
@@ -353,7 +353,9 @@ entirely fixed, and it will be truncated at finite order.
     g4 = 0.0000262629
     g5 = -0.00000109745
 
+    f(t) = 1-t**2
     g(t) = (1-(t/t0)**2)*(g0*t + g1*t**3 + g2*t**5 + g3*t**7 + g4*t**9 + g5*t**11)
+    del = 15.0/8.0
 
     set xlabel '$u_t$'
     set ylabel '$u_h$'
@@ -366,9 +368,10 @@ entirely fixed, and it will be truncated at finite order.
     set trange [-t0:t0]
 
     plot \
-      (1-t**2),g(t) title '$1$', \
-      2*(1-t**2),2*g(t) title '$2$', \
-      4*(1-t**2),4*g(t) title '$4$'
+      f(t),g(t) title '$1$', \
+      2*f(t),2**del*g(t) title '$2$', \
+      4*f(t),4**del*g(t) title '$4$', \
+      t*f(t0/4),t**del*g(t0/4)
   \end{gnuplot}
   \caption{
     Example of the parametric coordinates. Lines are of constant $R$ from
-- 
cgit v1.2.3-70-g09d2