summaryrefslogtreecommitdiff
path: root/figs/fig_harmonic-susceptibilities.gplot
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-09-24 15:27:05 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-09-24 15:27:05 -0400
commit1676b1bfc1544ba7049f198cb4ae75bea0513014 (patch)
tree0b66bf74271c6049bb7d7de86833de5ba3e6a789 /figs/fig_harmonic-susceptibilities.gplot
parent240f82255f0570d07139daab702459ab0ea2fce9 (diff)
downloadPRE_98_063306-1676b1bfc1544ba7049f198cb4ae75bea0513014.tar.gz
PRE_98_063306-1676b1bfc1544ba7049f198cb4ae75bea0513014.tar.bz2
PRE_98_063306-1676b1bfc1544ba7049f198cb4ae75bea0513014.zip
many figure changes
Diffstat (limited to 'figs/fig_harmonic-susceptibilities.gplot')
-rw-r--r--figs/fig_harmonic-susceptibilities.gplot37
1 files changed, 37 insertions, 0 deletions
diff --git a/figs/fig_harmonic-susceptibilities.gplot b/figs/fig_harmonic-susceptibilities.gplot
new file mode 100644
index 0000000..85d474f
--- /dev/null
+++ b/figs/fig_harmonic-susceptibilities.gplot
@@ -0,0 +1,37 @@
+
+set terminal epslatex size 3.417, 5.3
+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')
+stats data6 using "H"
+set cbrange[STATS_min:STATS_max]
+set logscale xycb
+set nokey
+
+set xrange [1:5000]
+set yrange [0.01:10000]
+
+unset colorbox
+
+set multiplot layout 2,1 margins 0.15, 0.99, 0.225, 0.99 spacing 0,0.015
+set size ratio 1 / 1.61803398875
+
+unset xlabel
+set ylabel '$\chi$' offset 3
+set format x ''
+
+plot data4 using "L":"X":"dX":"H" with yerrorbars pt 0 lw 2 palette,\
+ data4 using "L":"X":"H" with lines palette
+
+set xlabel '$L$'
+set colorbox horizontal user origin 0.15, 0.1 size 0.84, 0.03
+set cblabel '(Top) $h_4$ or (bottom) $h_6$'
+set cbtics format '$10^{%T}$'
+set format x
+
+plot data6 using "L":"X":"dX":"H" with yerrorbars pt 0 lw 2 palette,\
+ data6 using "L":"X":"H" with lines palette
+