diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-10-28 14:29:46 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-10-28 14:29:46 +0200 |
commit | 2b22784d93f77acfc7054dc2369be2f8fbbe9e5e (patch) | |
tree | 6f5fdf84cfae0dea6b39c0ff6e38a1d0a3758e40 /ising_scaling.tex | |
parent | d8d3dff0ff6f69d8ff2d7ea7c0a0a1cede59949b (diff) | |
download | paper-2b22784d93f77acfc7054dc2369be2f8fbbe9e5e.tar.gz paper-2b22784d93f77acfc7054dc2369be2f8fbbe9e5e.tar.bz2 paper-2b22784d93f77acfc7054dc2369be2f8fbbe9e5e.zip |
Adding other lines.
Diffstat (limited to 'ising_scaling.tex')
-rw-r--r-- | ising_scaling.tex | 9 |
1 files 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 |