From b96fb40f105e8d23338d274ff12f293c604a6bf5 Mon Sep 17 00:00:00 2001
From: Jaron Kent-Dobias <jaron@kent-dobias.com>
Date: Mon, 2 Oct 2017 15:52:32 -0400
Subject: final edits before arxiv reupload

---
 figs/fig-series.gplot | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'figs')

diff --git a/figs/fig-series.gplot b/figs/fig-series.gplot
index 729ff73..49aa4cc 100644
--- a/figs/fig-series.gplot
+++ b/figs/fig-series.gplot
@@ -1,5 +1,5 @@
 
-set terminal pslatex rotate size 3.417,2.111
+set terminal pslatex rotate size 3.6,2.111
 
 cc1 = "#5e81b5"
 cc2 = "#e19c24"
@@ -10,18 +10,18 @@ set logscale y
 
 data = "figs/fig-series-data.dat"
 
-set xrange [0.5:8.5]
+set xrange [0.5:15.5]
 set yrange [0.000005:5]
 set key off
 set xlabel '$n$'
-set ylabel offset 1 '$|f_n|$'
+set ylabel offset 2 '$|f_n|$'
 
 set ytics format ''
 
 set ytics add ('$\footnotesize10^{-5}$' 10**(-5),'$\footnotesize10^{-4}$' 10**(-4), '$\footnotesize10^{-3}$' 10**(-3),'$\footnotesize10^{-2}$' 10**(-2), '$\footnotesize10^{-1}$' 10**(-1),'$\footnotesize10^{0}$' 10**(0))
 
 plot \
-  data using 1:2 with points lc rgb cc1, \
-  data using 1:3 with points lc rgb cc2, \
-  data using 1:4 with points lc rgb cc3
+  data using 1:3 with points lc rgb cc1, \
+  data using 1:2 with points lc rgb cc2, \
+  data using 1:5 with points lc rgb cc3
 
-- 
cgit v1.2.3-70-g09d2