diff options
Diffstat (limited to 'figs/omega.fig/omega.gnuplot')
-rw-r--r-- | figs/omega.fig/omega.gnuplot | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/figs/omega.fig/omega.gnuplot b/figs/omega.fig/omega.gnuplot index 4bd952c..124ae3b 100644 --- a/figs/omega.fig/omega.gnuplot +++ b/figs/omega.fig/omega.gnuplot @@ -1,8 +1,10 @@ -set ylabel "$\\frac1k\\left<\\left<j\\right>\\right>$" norotate offset -1,0 -set xlabel "$\\omega (\\mathrm{eV})$" +set ylabel "$\\frac{\\left<\\left<j\\right>\\right>}{\\epsilon^2}$" norotate offset -1,0 +set xlabel "$\\omega-\\omega_c\\ (\\mathrm{eV})$" -set xtics 5,0.25 -set ytics 0,0.0005 +set xtics -0.5,0.25 +set ytics 0,0.5 + +set xrange [-0.5:0.5] # default output canvas size: 12.5cm x 8.75cm set term lua tikz size 8,6 standalone @@ -19,4 +21,7 @@ set style line 5 linetype rgbcolor "#DAA520" linewidth 3 set pointsize 0.6 -plot "omega.dat" using 1:3 with lines linestyle 1 +plot \ + "omega3.dat" using 1:3 with lines linestyle 1 ,\ + "omega10.dat" using 1:3 with lines linestyle 2 ,\ + "omega30.dat" using 1:3 with lines linestyle 3 |