CS, strings and broken plotting



Maybe you all know this, but the gnuplot problem is a  case
sensitivity problem.   The first line of maxout.gnuplot is

plot '-' title 'sin(x)' WITH LINES 3

If this is changed to all lower case, gnuplot works okay.

Barton