diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-03 21:52:26 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-03 21:52:26 -0400 |
commit | f624a845072b785ca26315463d6f984ff4878382 (patch) | |
tree | 3f6f083caca20b883e5e6bfb413bf386a2b7416c /figs | |
parent | d9ca2ea60c2908c0f767ed5edcc44988864aabbf (diff) | |
download | PRE_98_063306-f624a845072b785ca26315463d6f984ff4878382.tar.gz PRE_98_063306-f624a845072b785ca26315463d6f984ff4878382.tar.bz2 PRE_98_063306-f624a845072b785ca26315463d6f984ff4878382.zip |
added Jim's suggestions
Diffstat (limited to 'figs')
-rw-r--r-- | figs/fig_correlation-times.gplot | 2 | ||||
-rw-r--r-- | figs/fig_harmonic-susceptibilities.gplot | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/figs/fig_correlation-times.gplot b/figs/fig_correlation-times.gplot index 874fa79..88abe42 100644 --- a/figs/fig_correlation-times.gplot +++ b/figs/fig_correlation-times.gplot @@ -73,7 +73,7 @@ unset colorbox set nokey set logscale xy -scaledylabel = '"$\\tau\\avg{s_{\\text{\\sc 1c}}}L^{-z}$" offset 2,0' +scaledylabel = '"$\\tau\\avg{s_{\\text{\\sc 1c}}}L^{-Dz}$" offset 2,0' # plotting the first row set format x "" 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 |