summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2020-04-24 14:31:24 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2020-04-24 14:31:24 -0400
commit0515954842d5d6b1a81475f8c4955a7733a0f802 (patch)
treeb20c8ba0f3da0646a7f6f635cec626a3cf3e962e
parent5efe195e70f2f032683f0aefeba0d740ff4bf1ce (diff)
downloadPRB_102_075129-0515954842d5d6b1a81475f8c4955a7733a0f802.tar.gz
PRB_102_075129-0515954842d5d6b1a81475f8c4955a7733a0f802.tar.bz2
PRB_102_075129-0515954842d5d6b1a81475f8c4955a7733a0f802.zip
Figure insets added.
-rw-r--r--fig-stiffnesses.gplot51
-rw-r--r--fig-stiffnesses.pdfbin121672 -> 331750 bytes
2 files changed, 42 insertions, 9 deletions
diff --git a/fig-stiffnesses.gplot b/fig-stiffnesses.gplot
index c91d0b8..4c08763 100644
--- a/fig-stiffnesses.gplot
+++ b/fig-stiffnesses.gplot
@@ -3,8 +3,9 @@
cc1 = "#5e81b5"
cc2 = "#e19c24"
cc2l = "#f9ebd3"
-cc3 = "#1a85ff"
-cc4 = "#d41159"
+cc3 = "#648FFF"
+cc4 = "#DC267F"
+cc5 = "#000000"
Tc = 17.26
@@ -34,7 +35,7 @@ set terminal epslatex size 18.00cm, 11.12cm standalone header \
'\usepackage{xcolor}\definecolor{mathc3}{HTML}{1a85ff}\definecolor{mathc4}{HTML}{d41159}'
set output "fig-stiffnesses.tex"
-set multiplot layout 2, 2 margins 0.075, 0.915, 0.1, 0.99 spacing 0.01, 0.01
+set multiplot layout 2,2 margins 0.075, 0.915, 0.1, 0.99 spacing 0.01, 0.01
set nokey
@@ -72,9 +73,11 @@ unset ylabel
set y2label '$C_{\mathrm{B_{1\mathrm g}}} / \mathrm{GPa}$' offset -4 rotate by -90
set yrange [65.05:65.7]
set y2tics 62.1,0.1,65.6 offset -0.5 mirror
-plot "data/c11mc12.dat" using 1:(100 * $2) with lines lw 6 lc rgb cc3, \
- C12(x) dt 1 lw 2 lc black, \
- C1(x) dt 3 lw 4 lc rgb cc4
+set samples 1000
+plot "data/c11mc12.dat" using 1:(100 * $2) with points pt 6 ps 0.4 lc rgb cc3, \
+ x > Tc ? C12(x) : 1 / 0 lw 3 lc rgb cc5, \
+ x <= Tc ? C12(x) : 1 / 0 dt (2,1) lw 3 lc rgb cc5, \
+ C1(x) dt (1,2) lw 3 lc rgb cc4
@@ -99,8 +102,38 @@ set y2label '$\Big[C^0_{\mathrm{B_{1\mathrm g}}}(C^0_{\mathrm{B_{1\mathrm g}}}/C
set title '(d)' offset 12,-2.7
set format y2 '\scriptsize$%0.2f$'
set format y '\scriptsize$%0.2f$'
-set yrange [0.12:0.38]
+set yrange [0.14:0.38]
set y2tics 0.15,0.05,0.39 offset -0.7 mirror
plot "data/c11mc12.dat" using 1:(1 / (C10($1)*(C10($1) / (100 * $2) - 1))) with lines lw 6 lc rgb cc3, \
- 1/(C10(x) * (C10(x) / C12(x) - 1)) dt 1 lw 2 lc black, \
- 1/(C10(x) * (C10(x) / C1(x) - 1)) dt 2 lw 4 lc rgb cc4
+ x > Tc ? 1/(C10(x) * (C10(x) / C12(x) - 1)) : 1 / 0 lw 3 lc cc5, \
+ x <= Tc ? 1/(C10(x) * (C10(x) / C12(x) - 1)) : 1 / 0 dt (2,1) lw 3 lc cc5, \
+ 1/(C10(x) * (C10(x) / C1(x) - 1)) dt (1,2) lw 3 lc rgb cc4
+
+set size 0.37,0.3
+set origin 0.55,0.52
+unset margins
+set xtics 0,5,35
+set y2tics 65.1,0.03,65.3
+set xrange [7:27]
+set yrange [65.14:65.26]
+unset title
+unset xlabel
+unset y2label
+
+plot "data/c11mc12.dat" using 1:(100 * $2) with points pt 2 ps 0.15 lc rgb cc3, \
+ x > Tc ? C12(x) : 1 / 0 lw 3 lc rgb cc5, \
+ x <= Tc ? C12(x) : 1 / 0 dt (2,1) lw 3 lc rgb cc5, \
+ C1(x) dt (1,2) lw 3 lc rgb cc4
+
+unset margins
+set origin 0.5,0.26
+set yrange [0.154:0.166]
+set y2tics 0.155,0.005,0.167
+set format y2 '\scriptsize$%0.3f$'
+
+plot "data/c11mc12.dat" using 1:(1 / (C10($1)*(C10($1) / (100 * $2) - 1))) with points pt 2 ps 0.15 lc rgb cc3, \
+ x > Tc ? 1/(C10(x) * (C10(x) / C12(x) - 1)) : 1 / 0 lw 3 lc cc5, \
+ x <= Tc ? 1/(C10(x) * (C10(x) / C12(x) - 1)) : 1 / 0 dt (2,1) lw 3 lc cc5, \
+ 1/(C10(x) * (C10(x) / C1(x) - 1)) dt (1,2) lw 3 lc rgb cc4
+
+unset multiplot
diff --git a/fig-stiffnesses.pdf b/fig-stiffnesses.pdf
index 6013abe..4b1d98e 100644
--- a/fig-stiffnesses.pdf
+++ b/fig-stiffnesses.pdf
Binary files differ