diff options
Diffstat (limited to 'fig-stiffnesses.gplot')
-rw-r--r-- | fig-stiffnesses.gplot | 66 |
1 files changed, 29 insertions, 37 deletions
diff --git a/fig-stiffnesses.gplot b/fig-stiffnesses.gplot index 22dd499..e132869 100644 --- a/fig-stiffnesses.gplot +++ b/fig-stiffnesses.gplot @@ -7,62 +7,54 @@ cc4 = "#eb6235" set terminal epslatex size 8.68cm, 8.2cm standalone set output "fig-stiffnesses.tex" -set multiplot layout 3, 2 margins 0.13, 0.93, 0.1, 0.998 spacing 0.01, 0.01 +set multiplot layout 3, 2 margins 0.13, 0.9, 0.1, 0.998 spacing 0.01, 0.01 set nokey -set xrange [-25:315] +set xrange [0:315] set arrow 1 from 17.26,graph 0 to 17.26,graph 1 nohead lw 4 lc rgb cc2 +lam(T) = 71.1212 - 0.0104105 * T set format x "" set xtics 0, 100, 300 offset 0,0.5 set mxtics 2 -set ylabel '\footnotesize $\lambda / \mathrm{GPa}$' offset 4.5 +set ylabel '\tiny $C / \mathrm{GPa}$' offset 4.5 set format y '\tiny $%.1f$' set format y2 '\tiny $%.1f$' -set yrange [217.5:220.75] -set ytics 218,1,220 offset 0.5 -set title '\footnotesize (a) $\lambda^{(11)}_{\mathrm{A_{1\mathrm g}}}$' offset -1,-6 -plot "data/c11pc12.dat" using 1:(100 * $2) with lines lw 3 lc rgb cc3 - -set ylabel '' - -set format y2 '\tiny $%1.f$' -set yrange [306:317] -set y2tics 308,2,316 offset -0.5 mirror -set title '\footnotesize (b) $\lambda^{(22)}_{\mathrm{A_{1\mathrm g}}}$' offset -1,-6 -plot "data/c33.dat" using 1:(100 * $2) with lines lw 3 lc rgb cc3 -set format y2 '\tiny $%.1f$' - -set ylabel '\footnotesize $\lambda / \mathrm{GPa}$' - -set yrange [112.6:114] -set ytics 112.8,0.3,113.9 offset 0.5 -set title '\footnotesize (d) $\lambda^{(12)}_{\mathrm{A_{1\mathrm g}}}$' offset -1,-6 -plot "data/c13.dat" using 1:(100 * $2) with lines lw 3 lc rgb cc3 +set yrange [140:145] +set ytics 141,1,144 offset 0.5 +set title '\tiny (e) $C_{\mathrm{B_{2\mathrm g}}}$' offset -1,-6 +plot "data/c66.dat" using 1:(100 * $2) with lines lw 3 lc rgb cc3, \ + 144.345 - 0.019492 * x**2 / (120.462 + x) dt 3 lw 4 lc rgb cc4 set ylabel '' set yrange [65.05:65.7] set y2tics 62.1,0.1,65.6 offset -0.5 mirror -set title '\footnotesize (c) $\lambda^{(11)}_{\mathrm{B_{1\mathrm g}}}$' offset -1,-6 +set title '\tiny (c) $C_{\mathrm{B_{1\mathrm g}}}$' offset -1,-6 plot "data/c11mc12.dat" using 1:(100 * $2) with lines lw 3 lc rgb cc3 set format x '\tiny $%.0f$' -set ylabel '\footnotesize $\lambda / \mathrm{GPa}$' -set xlabel '\footnotesize $T / \mathrm K$' offset 0,1 +set ylabel '\tiny $C / \mathrm{GPa}$' +set xlabel '\tiny $T / \mathrm K$' offset 0,1 +unset y2tics -set yrange [140:145] -set ytics 141,1,144 offset 0.5 -set title '\footnotesize (e) $\lambda^{(11)}_{\mathrm{B_{2\mathrm g}}}$' offset -1,-6 -plot "data/c66.dat" using 1:(100 * $2) with lines lw 3 lc rgb cc3 +set yrange [65:71.5] +set ytics 63,1,72 +set title '\tiny (c) $C_{\mathrm{B_{1\mathrm g}}}$' offset -1,-6 +plot "data/c11mc12.dat" using 1:(100 * $2) with lines lw 3 lc rgb cc3, \ + lam(x) dt 3 lw 4 lc rgb cc4 set ylabel '' - -set format y2 '\tiny $%1.f$' -set yrange [101:106] -set y2tics 102,1,105 offset -0.5 mirror -set title '\footnotesize (f) $\lambda^{(11)}_{\mathrm{E_{\mathrm g}}}$' offset -1,-6 -plot "data/c44.dat" using 1:(100 * $2) with lines lw 3 lc rgb cc3 - +set y2label '\tiny $\log[(C^0 - C) / \mathrm{GPa}]$' offset -5 rotate by -90 +set xlabel '\tiny $\log(T / \mathrm K+D_\perp q_*^4/a)$' offset 0,1 + +set yrange [1:1.85] +set format x '\tiny $%0.1f$' +set xrange [5.5:6.35] +set y2tics 1,0.1,1.9 offset -0.7 mirror +set xtics 5.6,0.2,6.4 +set title '\tiny (c) $C_{\mathrm{B_{1\mathrm g}}}$' offset -1,-6 +plot "data/c11mc12.dat" using (log($1 + 1 / 0.00378087)):(log(lam($1) - 100 * $2)) with lines lw 3 lc rgb cc3, \ + 7.3 - x |