summaryrefslogtreecommitdiff
path: root/fig-fit.gplot
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2020-04-15 14:15:52 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2020-04-15 14:15:52 -0400
commitaf124ddbb90ad7e33a4dbb3c4943487355ab4a7f (patch)
tree5e8cdb07e38c3998093c49e2e4edcf652877bae0 /fig-fit.gplot
parent1537dc5cdc78359399f271b9619d45e9b8c01fe0 (diff)
downloadPRB_102_075129-af124ddbb90ad7e33a4dbb3c4943487355ab4a7f.tar.gz
PRB_102_075129-af124ddbb90ad7e33a4dbb3c4943487355ab4a7f.tar.bz2
PRB_102_075129-af124ddbb90ad7e33a4dbb3c4943487355ab4a7f.zip
Removed old unused files.
Diffstat (limited to 'fig-fit.gplot')
-rw-r--r--fig-fit.gplot31
1 files changed, 0 insertions, 31 deletions
diff --git a/fig-fit.gplot b/fig-fit.gplot
deleted file mode 100644
index 45198da..0000000
--- a/fig-fit.gplot
+++ /dev/null
@@ -1,31 +0,0 @@
-
-cc1 = "#5e81b5"
-cc2 = "#e19c24"
-cc3 = "#8fb032"
-cc4 = "#eb6235"
-
-set terminal epslatex size 8.68cm, 5.5cm standalone
-set output "fig-fit.tex"
-
-set tmargin 0.3
-set lmargin 7
-set rmargin 1.5
-set bmargin 3
-
-set nokey
-set xrange [-25:300]
-set format x '\scriptsize $%g$'
-set format y '\scriptsize $%g$'
-
-set arrow 1 from 17.26,graph 0 to 17.26,graph 1 nohead lw 4 lc rgb cc2
-
-set xlabel '\footnotesize $T / \mathrm K$'
-set ylabel '\footnotesize $\lambda_{\mathrm B_{1\mathrm g}} / \mathrm{GPa}$' offset 2
-set yrange [65.05:65.7]
-
-lam(T) = 71.1212 - 0.0104105 * T
-
-plot "data/c11mc12.dat" using 1:(100 * $2) with lines lw 3 lc rgb cc3, \
- lam(x) / (1 + 6.2662 / (1 + 0.00378087 * abs(x - 17.26)) / lam(x)) dt 3 lw 4 lc rgb cc4
-
-