Graphene Gnuplot File

R. B. Laughlin


set xrange [-3.5 to 3.5]
set yrange [0 to 1.2]
set xlabel "E"
set ylabel "D(E)"
set nokey
set terminal postscript color enhanced
set output "test.ps"
plot 'output.dat' u 1:2 w l 1