diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-01-21 16:49:16 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-01-21 16:49:16 -0500 |
commit | 8896ac3656092d3bad2038871a490f8063e9451c (patch) | |
tree | f6f48d4ffa88ea01ee8b23c0fe791eb967b522a4 /fig-stiffnesses.gplot | |
parent | 511013551f3c7ac60d0c723ee3e7029c3fd4c70d (diff) | |
parent | 033316fbae4b7ad5a62b6fe6083eeaf0c0edc779 (diff) | |
download | PRB_102_075129-8896ac3656092d3bad2038871a490f8063e9451c.tar.gz PRB_102_075129-8896ac3656092d3bad2038871a490f8063e9451c.tar.bz2 PRB_102_075129-8896ac3656092d3bad2038871a490f8063e9451c.zip |
Merge branch 'master' of https://git.overleaf.com/5cf56f861d72e9071d1a343c
Diffstat (limited to 'fig-stiffnesses.gplot')
-rw-r--r-- | fig-stiffnesses.gplot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fig-stiffnesses.gplot b/fig-stiffnesses.gplot index ae3a2f8..24d4e17 100644 --- a/fig-stiffnesses.gplot +++ b/fig-stiffnesses.gplot @@ -53,7 +53,7 @@ set x2tics 50, 50, 250 offset 0,-0.5 mirror set xrange [0:300] set title '(a)' offset 5,-2.7 -set ylabel '\scriptsize $C_{\mathrm{B_{2\mathrm g}}} / \mathrm{GPa}$' offset 3.5 +set ylabel '\scriptsize $C_{\mathrm{B_{2\mathrm g}}} / \mathrm{GPa}$' offset 4.3 set yrange [140:145] set ytics 141,1,144 offset 0.5 mirror plot "data/c66.dat" using 1:(100 * $2) with lines lw 3 lc rgb cc3, \ @@ -77,7 +77,7 @@ set xtics 50, 50, 250 offset 0,0.5 mirror unset y2tics set ytics 63,1,72 unset y2label -set ylabel '\scriptsize $\textcolor{mathc3}{C_{\mathrm{B_{1\mathrm g}}}},\textcolor{mathc4}{C_{\mathrm{B_{1\mathrm g}}}^0} / \mathrm{GPa}$' offset 3 +set ylabel '\scriptsize $\textcolor{mathc3}{C_{\mathrm{B_{1\mathrm g}}}},\textcolor{mathc4}{C_{\mathrm{B_{1\mathrm g}}}^0} / \mathrm{GPa}$' offset 3.7 set yrange [64.5:71.5] plot "data/c11mc12.dat" using 1:(100 * $2) with lines lw 3 lc rgb cc3, \ |