diff options
Diffstat (limited to 'figs/plots.fig/integrated_current-8.gnuplot')
-rw-r--r-- | figs/plots.fig/integrated_current-8.gnuplot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/figs/plots.fig/integrated_current-8.gnuplot b/figs/plots.fig/integrated_current-8.gnuplot index 3d5d501..b59c628 100644 --- a/figs/plots.fig/integrated_current-8.gnuplot +++ b/figs/plots.fig/integrated_current-8.gnuplot @@ -1,17 +1,17 @@ ## can also set the following options -set title "$E=4\\ \\mathrm{V}\\cdot\\mathrm{nm}^{-1}$" +set title "$E=8\\ \\mathrm{V}\\cdot\\mathrm{nm}^{-1}$" set ylabel "$\\displaystyle\\frac J{k^2}$" norotate set xlabel "$t$ (fs)" # ## start ticks at 0, then every x #set xtics 0,x -#set ytics 0,x +set ytics 0,0.0001 ## puts 4 minor tics between tics (5 intervals, i.e. every 0.01) set mxtics 5 set mytics 5 # default output canvas size: 12.5cm x 8.75cm -set term lua tikz size 12.5,8.75 standalone +set term lua tikz size 8.33,5.83 standalone set key spacing 1.5 |