From c8107eff3164f09c86167d1363ff6ad3a8704bde Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 22 Aug 2019 16:57:21 -0400 Subject: redid Ginzburg criterion section --- fig-fit.gplot | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'fig-fit.gplot') diff --git a/fig-fit.gplot b/fig-fit.gplot index f35fde7..7f33134 100644 --- a/fig-fit.gplot +++ b/fig-fit.gplot @@ -1,4 +1,9 @@ +cc1 = "#5e81b5" +cc2 = "#e19c24" +cc3 = "#8fb032" +cc4 = "#eb6235" + set terminal epslatex size 8.68cm, 5.5cm standalone set output "fig-fit.tex" @@ -12,16 +17,15 @@ 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 3 lc 'red' dt 3 +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 $\tilde\lambda_{\mathrm B_{1\mathrm g}} / \mathrm{GPa}$' offset 2 set yrange [65.05:65.7] -plot "data/c11mc12.dat" using 1:(100 * $2) with lines lw 3 lc 'medium-blue' - -lam(T) = 71.1083 - 0.0103972 * T +lam(T) = 71.1212 - 0.0104105 * T -plot lam(x) / (1 + 6.24582 / (1 + 0.0037839 * abs(x - 17.26)) / lam(x)) dt 4 lc 'goldenrod' lw 4 +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 -- cgit v1.2.3-70-g09d2