From a5a98b541f816d41f213790eda9d0fa8054e7716 Mon Sep 17 00:00:00 2001
From: Ian Jauslin <ian@jauslin.org>
Date: Wed, 5 Aug 2020 02:10:15 -0400
Subject: Update to v1.0:

  Through rewrite, almost from scratch, with a new emphasis on positive x.
---
 figs/omega.fig/omega.gnuplot | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

(limited to 'figs/omega.fig/omega.gnuplot')

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
-- 
cgit v1.2.3-70-g09d2