reset
set size 2,1
set term postscript "Times-Bold" 18
set terminal postscript portrait
set style data lines
set term postscript enhanced
set encoding iso_8859_1
set grid





set ylabel '{cp} '
#set yrange [27.24:27.44]
#set ytics 0,0.1,30
x = 37.-12.

set xrange [0:2000]
set xlabel '{/Times-BoldItalic T} [K]'
set output "Cp.eps"
plot 'Cp_H.dat' using 1:2 title 'Cp_H' lc 1 lt 1,\
'cpkmix.dat' using 1:2 title'cpkmix' lc 0 lt 1
