diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-12-22 19:41:25 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-12-22 19:41:25 +0100 |
commit | e11ae4bdaacb3c3e386039ab013ce1ed514b9792 (patch) | |
tree | a4174d7bb285afa53882ef9b9c7039ed8ae865a6 /figs/fig-series.gplot | |
parent | 883368ecef475949b961955f5857ff7ab3944d0d (diff) | |
download | paper-e11ae4bdaacb3c3e386039ab013ce1ed514b9792.tar.gz paper-e11ae4bdaacb3c3e386039ab013ce1ed514b9792.tar.bz2 paper-e11ae4bdaacb3c3e386039ab013ce1ed514b9792.zip |
Deleted a lot.
Diffstat (limited to 'figs/fig-series.gplot')
-rw-r--r-- | figs/fig-series.gplot | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/figs/fig-series.gplot b/figs/fig-series.gplot deleted file mode 100644 index be3876b..0000000 --- a/figs/fig-series.gplot +++ /dev/null @@ -1,29 +0,0 @@ - -set terminal pslatex rotate size 3.417,2.111 - -cc1 = "#5e81b5" -cc2 = "#e19c24" -cc3 = "#8fb032" -cc4 = "#eb6235" - -set logscale y - -data = "figs/fig-series-data.dat" - -set xrange [0.5:15.5] -set yrange [0.000005:5] -set key off -set xlabel '$n$' -set ylabel offset 2 '$|f_n|$' - -set lmargin 7 - -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:3 with points lc rgb cc1, \ - data using 1:2 with points lc rgb cc2, \ - data using 1:5 with points lc rgb cc3 - |