From bug-octave-request at bevo dot che dot wisc dot edu Thu Dec 16 12:53:04 1999 Subject: Unidentified subject! From: Stephen Eglen To: "John W. Eaton" Cc: Martin Senator , bug-octave@bevo.che.wisc.edu Date: Thu, 16 Dec 1999 18:52:47 +0000 (GMT) > | plot. When I tried to view the *.ps file using ghostscript, > | I saw the axes and labels, then a ghostscript message saying > | "error: undefined in LT0 ...", . > | > | I sent the 'output_file.ps' to another machine > | to its 'lpr' command, in case the problem was with ghostscript. > | I just got a banner page out on the other machine. > > I'm unable to reproduce the problem here with Octave 2.0.14. > > What version of gnuplot are you using now? yes, this looks to me like a gnuplot problem. Recent 3.7 versions had a problem with postscript terminal. Try the following in gnuplot: gnuplot> set term post gnuplot> set output "o.ps" gnuplot> test gnuplot> quit % ghostview o.ps Do you get the same LT0 undefined error? If so, I think it is gnuplot at fault. This has been corrected in new betas (e.g. 3.7.1, patchlevel 10). cheers, stephen ----------------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.che.wisc.edu/octave/octave.html How to fund new projects: http://www.che.wisc.edu/octave/funding.html Subscription information: http://www.che.wisc.edu/octave/archive.html -----------------------------------------------------------------------