From f624a845072b785ca26315463d6f984ff4878382 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 3 Oct 2018 21:52:26 -0400 Subject: added Jim's suggestions --- figs/fig_harmonic-susceptibilities.gplot | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'figs/fig_harmonic-susceptibilities.gplot') diff --git a/figs/fig_harmonic-susceptibilities.gplot b/figs/fig_harmonic-susceptibilities.gplot index 6129723..cd68de5 100644 --- a/figs/fig_harmonic-susceptibilities.gplot +++ b/figs/fig_harmonic-susceptibilities.gplot @@ -5,7 +5,7 @@ set output "fig_harmonic-susceptibilities.tex" data4 = "data/harmonic-susceptibilities/order-4.dat" data6 = "data/harmonic-susceptibilities/order-6.dat" -set palette defined (0 'blue', 0.33 'green', 0.66 'yellow', 1 'red') +set palette defined (0 'purple', 0.3 'blue', 0.6 'green', 1 'red') stats data6 using "H" set cbrange[STATS_min:STATS_max] set logscale xycb @@ -23,6 +23,8 @@ unset xlabel set ylabel '$\chi$' offset 3 set format x '' +set title "fourfold symmetric" offset -9, -3 + plot data4 using "L":"X":"dX":"H" with yerrorbars pt 0 lw 2 palette,\ data4 using "L":"X":"H" with lines palette @@ -32,6 +34,8 @@ set cblabel '(Top) $h_4$ or (bottom) $h_6$' offset 0,6.5 set cbtics format '$10^{%T}$' offset 0,2.8 set format x +set title "sixfold symmetric" offset -9, -3 + plot data6 using "L":"X":"dX":"H" with yerrorbars pt 0 lw 2 palette,\ data6 using "L":"X":"H" with lines palette -- cgit v1.2.3-54-g00ecf