diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-07-22 21:30:07 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-07-22 21:30:07 -0400 |
commit | 0d6994fb5b1a40b3dbf12c6e4cf47bbf3b8e82c4 (patch) | |
tree | 8ee5b0b6e583d6cdea6491c42b7222dadd946631 /fig-stiffnesses.gplot | |
parent | f0f8a131261f3be10ef0532a035d9447079cb33a (diff) | |
download | PRB_102_075129-0d6994fb5b1a40b3dbf12c6e4cf47bbf3b8e82c4.tar.gz PRB_102_075129-0d6994fb5b1a40b3dbf12c6e4cf47bbf3b8e82c4.tar.bz2 PRB_102_075129-0d6994fb5b1a40b3dbf12c6e4cf47bbf3b8e82c4.zip |
small changes, added draft title and abstract, gnuplot plots
Diffstat (limited to 'fig-stiffnesses.gplot')
-rw-r--r-- | fig-stiffnesses.gplot | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/fig-stiffnesses.gplot b/fig-stiffnesses.gplot new file mode 100644 index 0000000..15ae95c --- /dev/null +++ b/fig-stiffnesses.gplot @@ -0,0 +1,58 @@ + +set terminal epslatex size 8.68cm, 7.5cm standalone +set output "fig-stiffnesses.tex" + +set multiplot layout 3, 2 margins 0.185, 0.97, 0.15, 0.998 spacing 0.13, 0.015 + +set nokey +set xrange [-25:300] +set arrow 1 from 17.26,graph 0 to 17.26,graph 1 nohead lw 3 lc 'red' dt 3 + + +set format x "" +set xtics (0, 100, 200, 300) +set ylabel '\footnotesize $\tilde\lambda / \mathrm{GPa}$' offset 3 +set format y '\scriptsize $%.1f$' + +set yrange [217.5:220.75] +set ytics 218,1,220 +set title '\footnotesize (a) $\tilde\lambda^{(11)}_{\mathrm{A_{1\mathrm g}}}$' offset -1,-5.2 +plot "data/c11pc12.dat" using 1:(100 * $2) with lines lw 3 + +set ylabel '' + +set yrange [306:317] +set ytics 308,2,316 +set title '\footnotesize (b) $\tilde\lambda^{(22)}_{\mathrm{A_{1\mathrm g}}}$' offset -1,-5.2 +plot "data/c33.dat" using 1:(100 * $2) with lines lw 3 + +set ylabel '\footnotesize $\tilde\lambda / \mathrm{GPa}$' + +set yrange [112.6:114] +set ytics 112.8,0.3,113.9 +set title '\footnotesize (d) $\tilde\lambda^{(12)}_{\mathrm{A_{1\mathrm g}}}$' offset -1,-5.2 +plot "data/c13.dat" using 1:(100 * $2) with lines lw 3 + +set ylabel '' + +set yrange [65.05:65.7] +set ytics 62.1,0.1,65.6 +set title '\footnotesize (c) $\tilde\lambda^{(11)}_{\mathrm{B_{1\mathrm g}}}$' offset -1,-5.2 +plot "data/c11mc12.dat" using 1:(100 * $2) with lines lw 3 + +set format x '\scriptsize $%.0f$' +set ylabel '\footnotesize $\tilde \lambda / \mathrm{GPa}$' +set xlabel '\footnotesize $T / \mathrm K$' + +set yrange [140:145] +set ytics 141,1,144 +set title '\footnotesize (e) $\tilde\lambda^{(11)}_{\mathrm{B_{2\mathrm g}}}$' offset -1,-5.2 +plot "data/c66.dat" using 1:(100 * $2) with lines lw 3 + +set ylabel '' + +set yrange [101:106] +set ytics 102,1,105 +set title '\footnotesize (f) $\tilde\lambda^{(11)}_{\mathrm{E_{\mathrm g}}}$' offset -1,-5.2 +plot "data/c44.dat" using 1:(100 * $2) with lines lw 3 + |