summaryrefslogtreecommitdiff
path: root/figs/fig_harmonic-susceptibilities.gplot
diff options
context:
space:
mode:
Diffstat (limited to 'figs/fig_harmonic-susceptibilities.gplot')
-rw-r--r--figs/fig_harmonic-susceptibilities.gplot6
1 files changed, 5 insertions, 1 deletions
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