Update to v1.0:

Through rewrite, almost from scratch, with a new emphasis on positive x.
This commit is contained in:
2020-08-05 02:10:15 -04:00
parent 372628e860
commit a5a98b541f
52 changed files with 14789 additions and 25983 deletions

View File

@ -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