diff options
author | Ian Jauslin <ian@jauslin.org> | 2020-08-05 02:10:15 -0400 |
---|---|---|
committer | Ian Jauslin <ian@jauslin.org> | 2020-08-05 02:10:15 -0400 |
commit | a5a98b541f816d41f213790eda9d0fa8054e7716 (patch) | |
tree | ac6d8ed3b9531470b4d078a47e3fcb348845282f /figs/avgcurrent.fig/decay.gnuplot | |
parent | 372628e8602e724a5cd0a6e211179255f4b75adb (diff) |
Through rewrite, almost from scratch, with a new emphasis on positive x.
Diffstat (limited to 'figs/avgcurrent.fig/decay.gnuplot')
-rw-r--r-- | figs/avgcurrent.fig/decay.gnuplot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/figs/avgcurrent.fig/decay.gnuplot b/figs/avgcurrent.fig/decay.gnuplot index f50499d..e0facb1 100644 --- a/figs/avgcurrent.fig/decay.gnuplot +++ b/figs/avgcurrent.fig/decay.gnuplot @@ -3,10 +3,10 @@ set xlabel "$\\frac{t\\omega}{2\\pi}$" set xtics add("10" 10, "20" 20, "30" 30, "40" 40) set mxtics 81 -set ytics add ("$10^{-5}$" 0.00001, "$10^{-4}$" 0.0001) +set ytics add ("$10^{-5}$" 0.00001, "$10^{-4}$" 0.0001, "$10^{-3}$" 0.001) set xrange [10:50] -set yrange [0.000007:0.00015] +set yrange [0.00007:0.0015] # default output canvas size: 12.5cm x 8.75cm set term lua tikz size 8,6 standalone |