# $CVSHeader: pal8e/dat/stat/plot-dih,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 left

set xrange [-180:180]
set yrange [0:0.35]
set xlabel "C{/Symbol a} (i,i+1,i+2,i+3) Torsion Angle ({/Symbol \260})"
set ylabel "Normalised Count"
set title "C{/Symbol a} (i,i+1,i+2,i+3) Torsion Angle from DSSP"

set arrow from -35,graph 0 to -35,graph 1 nohead lt 1 lw 4
set label "c1" at -32,graph 0.96
set arrow from 115,graph 0 to 115,graph 1 nohead lt 1 lw 4
set label "c2" at 118,graph 0.96
set arrow from 50.11,graph 0 to 50.11,graph 1 nohead lt 1 lw 4
set label "c3" at 53,graph 0.96

set terminal x11
plot "Hdih" with lines title "Helix" lt 2 lw 4, \
	"Edih" with lines title "Strand" lt 3 lw 4

#set terminal postscript enhanced color blacktext solid "Times-Roman" 12
set terminal postscript eps enhanced "Times-Roman" 22
set output "dih.eps"
replot


