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

## Run using GNUPlot

set size square
set xrange[-180:200]
set yrange[-200:180]
set dgrid3d 18, 18
set ticslevel 0.1
set xtics -180, 45, 180
set ytics -180, 45, 180

#set terminal postscript eps enhanced color blacktext solid "Times-Roman" 12
set terminal postscript eps enhanced "Times-Roman" 18


set title "Ramachandran Angles from Helices Defined by DSSP"
set xlabel "{/Symbol F}"
set ylabel "{/Symbol Y}"
set zlabel "Normalised count"

#set output "dsspphipsi_Hgrid.eps"
#splot 'dsspphipsi_Hgrid' with lines title ""
set output "dsspphipsi_H.eps"
plot 'dsspphipsi_H' title "", 'dsspphipsi_G' title "", 'dsspphipsi_I' title ""




set title "Ramachandran Angles from Strands Defined by DSSP"
set xlabel "{/Symbol F}"
set ylabel "{/Symbol Y}"
set zlabel "Normalised count"

#set output "dsspphipsi_Egrid.eps"
#splot 'dsspphipsi_Egrid' with lines title ""
set output "dsspphipsi_E.eps"
plot 'dsspphipsi_E' title ""




set title "Ramachandran Angles from Helices Defined by Our Program"
set xlabel "{/Symbol F}"
set ylabel "{/Symbol Y}"
set zlabel "Normalised count"

#set output "pssdHgrid.eps"
#splot 'pssdHgrid' with lines title ""



set title "Ramachandran Angles from Strands Defined by Our Program"
set xlabel "{/Symbol F}"
set ylabel "{/Symbol Y}"
set zlabel "Normalised count"

#set output "pssdEgrid.eps"
#splot 'pssdEgrid' with lines title ""


set title "Ramachandran Angles from Helices\nDefined Only by Our Program (Not by DSSP)"
set xlabel "{/Symbol F}"
set ylabel "{/Symbol Y}"

set terminal postscript eps enhanced color blacktext solid "Times-Roman" 18
set output "pssdHover.eps"
plot 'pssdHover' using 3:4 title "", \
     'pssdHover-dots' using 3:4 index 0 pt 7 ps 1.5 title "", \
     'pssdHover-dots' using 3:4 index 1 pt 7 ps 1.5 title "", \
     'pssdHover-dots' using 3:4 index 2 pt 7 ps 1.5 title ""     

set terminal postscript eps enhanced "Times-Roman" 18


set title "Ramachandran Angles from Strands\nDefined Only by Our Program (Not by DSSP)"
set xlabel "{/Symbol F}"
set ylabel "{/Symbol Y}"

set output "pssdEover.eps"
plot 'pssdEover' using 3:4 title ""



