diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-11-05 15:27:56 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-11-05 15:27:56 -0500 |
commit | caae9b8494032f8d47b7b4575c3836df07481a42 (patch) | |
tree | 7b29a58f732a20647b69148557e2fec5723f24b1 /fig-stiffnesses.gplot | |
parent | b7871f76ec948c0931637821a8beab5c4e4394c1 (diff) | |
download | PRB_102_075129-caae9b8494032f8d47b7b4575c3836df07481a42.tar.gz PRB_102_075129-caae9b8494032f8d47b7b4575c3836df07481a42.tar.bz2 PRB_102_075129-caae9b8494032f8d47b7b4575c3836df07481a42.zip |
more plot tweaking
Diffstat (limited to 'fig-stiffnesses.gplot')
-rw-r--r-- | fig-stiffnesses.gplot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fig-stiffnesses.gplot b/fig-stiffnesses.gplot index eb800d7..ae3a2f8 100644 --- a/fig-stiffnesses.gplot +++ b/fig-stiffnesses.gplot @@ -84,7 +84,7 @@ plot "data/c11mc12.dat" using 1:(100 * $2) with lines lw 3 lc rgb cc3, \ C10(x) dt 3 lw 4 lc rgb cc4 set ylabel '' -set y2label '\scriptsize $[C^0(C^0/C - 1)]^{-1} \cdot \mathrm{GPa}$' offset -5.5 rotate by -90 +set y2label '\scriptsize $[C^0(C^0/C - 1)]^{-1} / \mathrm{GPa}^{-1}$' offset -5.5 rotate by -90 set title '(d)' offset 5,-2.7 set format y2 '\tiny $%0.2f$' |