# $CVSHeader: pal8e/dat/stat/plot-d3,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 [4:12]
set yrange [0:0.4]
set xlabel "C{/Symbol a} (i,i+3) Distance (@^{/Symbol \260}A)"
set ylabel "Normalised Count"
set title "C{/Symbol a} (i,i+3) Distance from DSSP"

set arrow from 8.1,graph 0 to 8.1,graph 1 nohead lt 1 lw 4
set label "c1" at 8.2,graph 0.96
set arrow from 6.4,graph 0 to 6.4,graph 1 nohead lt 1 lw 4
set label "c2" at 6.5,graph 0.96

set terminal x11
plot "Hd3" with lines title "Helix" lt 2 lw 4, \
	"Ed3" 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" 24
set output "d3.eps"
replot


