Update to v1.0:
Through rewrite, almost from scratch, with a new emphasis on positive x.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user