summaryrefslogtreecommitdiff
path: root/figs/scaling_func.gplot
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2017-06-05 12:15:45 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2017-06-05 12:15:45 -0400
commit8b2c04f7245783ab2f1788f698fabd0bc4f8067a (patch)
treebfc71ae1bb118b9295021af0d2de7abf2ce5427f /figs/scaling_func.gplot
parentdcf45d7729f2a6cfca32416716d079ea649f4798 (diff)
downloadpaper-8b2c04f7245783ab2f1788f698fabd0bc4f8067a.tar.gz
paper-8b2c04f7245783ab2f1788f698fabd0bc4f8067a.tar.bz2
paper-8b2c04f7245783ab2f1788f698fabd0bc4f8067a.zip
changed figures to gnuplot figures
Diffstat (limited to 'figs/scaling_func.gplot')
-rw-r--r--figs/scaling_func.gplot16
1 files changed, 0 insertions, 16 deletions
diff --git a/figs/scaling_func.gplot b/figs/scaling_func.gplot
deleted file mode 100644
index e25b340..0000000
--- a/figs/scaling_func.gplot
+++ /dev/null
@@ -1,16 +0,0 @@
-
-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)
-
-