From 80c08bc131afb141d0ed780bd7ebb939f4303dbd Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 26 Sep 2017 07:20:52 -0400 Subject: changed figures, added new matching analysis --- figs/fig-series.gplot | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'figs/fig-series.gplot') diff --git a/figs/fig-series.gplot b/figs/fig-series.gplot index b9cfc57..171af71 100644 --- a/figs/fig-series.gplot +++ b/figs/fig-series.gplot @@ -10,17 +10,16 @@ set logscale y data = "figs/fig-series-data.dat" -set xrange [0:30] -set yrange [0.000004:600] +set xrange [-0.5:6.5] +set yrange [0.0006:0.4] set key off set xlabel '$n$' set ylabel offset 2 '$|f_n|$' -set ytics format '\footnotesize$10^{%T}$' 0.00001,10,1000 +#set ytics format '\footnotesize$10^{%T}$' 0.001,10,1 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:5 with points lc rgb cc4 + data using 1:4 with points lc rgb cc3 -- cgit v1.2.3-70-g09d2