# $CVSHeader: pal8e/dat/stat/plot-Ei2i4corr,v 1.2 2005/02/15 01:10:24 indraneel Rel $

## Run using GNUPlot

set data style lines
set mxtics 5
show mxtics
set mytics 5
show mytics
set key below box

#set xrange [7:90]
#set yrange [0:0.2]
set xlabel "Angle (i-2,i,i+2)"
set ylabel "Angle (pseudo-1, pseudopoint, pseudo+1)"
set title "Angles for sheet breaking from PSSD Sheets"

#f(x) = m*x + c

#m = 0.0118
#c = 2.1756

#set terminal x11
set terminal postscript "Times-Roman" 12

set output "Eangle_i2_i4_-6.ps"
plot "Eangle_i2_i4_-6" with points title "Point (-6)"

set output "Eangle_i2_i4_-5.ps"
plot "Eangle_i2_i4_-5" with points title "Point (-5)"

set output "Eangle_i2_i4_-4.ps"
plot "Eangle_i2_i4_-4" with points title "Point (-4)"

set output "Eangle_i2_i4_-3.ps"
plot "Eangle_i2_i4_-3" with points title "Point (-3)"

set output "Eangle_i2_i4_-2.ps"
plot "Eangle_i2_i4_-2" with points title "Point (-2)"

set output "Eangle_i2_i4_-1.ps"
plot "Eangle_i2_i4_-1" with points title "Point (-1)"

set output "Eangle_i2_i4_0.ps"
plot "Eangle_i2_i4_0" with points title "Point (-0)"

set output "Eangle_i2_i4_1.ps"
plot "Eangle_i2_i4_1" with points title "Point (1)"

set output "Eangle_i2_i4_2.ps"
plot "Eangle_i2_i4_2" with points title "Point (2)"

set output "Eangle_i2_i4_3.ps"
plot "Eangle_i2_i4_3" with points title "Point (3)"

set output "Eangle_i2_i4_4.ps"
plot "Eangle_i2_i4_4" with points title "Point (4)"

set output "Eangle_i2_i4_5.ps"
plot "Eangle_i2_i4_5" with points title "Point (5)"

set output "Eangle_i2_i4_6.ps"
plot "Eangle_i2_i4_6" with points title "Point (6)"


