From 7b4f4ee4813f8afc3e9949a368fe708351d3b89c Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 26 May 2017 10:20:59 -0400 Subject: changes --- figs/scaling_func.gplot | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 figs/scaling_func.gplot (limited to 'figs/scaling_func.gplot') diff --git a/figs/scaling_func.gplot b/figs/scaling_func.gplot new file mode 100644 index 0000000..e25b340 --- /dev/null +++ b/figs/scaling_func.gplot @@ -0,0 +1,16 @@ + +set terminal latex rotate +set ylabel "$\\chi B/At^{-\\gamma}$" +set xlabel "$h/Bt^{\\beta\\delta}$" +set key off + +gamma = 0.57721566490153286060651209008240243104215933593992 +Ei(m, x) = gamma + log(abs(x)) + sum[k = 1 : m] x**k / (k * k!) +Xi(m, A, B, x) = -A/(x * pi) * (1-B/x-(B/x)**2 * exp(B/x)* Ei(100, -B/x)) + +set yrange [0.001:0.6] +#set logscale xy + +plot [0.001:5] Xi(200, -1, 1, x) + + -- cgit v1.2.3-70-g09d2