Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!munnari.oz.au!bruce!monu1!eln272v From: eln272v@monu1.cc.monash.oz ( r lang) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Problem printing/GNUPLOT Message-ID: <8338@monu1.cc.monash.oz> Date: 24 Jan 91 21:34:49 GMT References: <91024.131351WXS103@psuvm.psu.edu> Organization: Dept. Electrical & Computer Systems Engineering, Monash University Lines: 23 In article <91024.131351WXS103@psuvm.psu.edu>, WXS103@psuvm.psu.edu writes: > I really like GNUPLOT, however, I can't get it to output to my printer. > The ( *light* ) manual says that all I have to do is set the terminal type > to EPSON and then set the output to the printer. If I do that, weird > characters and numbers appear on the paper, but no graphs. An example of printing to an epson lx-800 printer is: C:\> gnuplot ... gnuplot> set term epson_lx800 gnuplot> set output 'epson.out' gnuplot> plot sin(x) gnuplot> exit C:\> copy /b epson.out PRN: Note that you cannot use the DOS PRINT command - it will stop at the first occurence of ^Z in the file. You must use the /b binary option of the COPY command for this. -- Russell Lang Email: rjl@monu1.cc.monash.edu.au Phone: (03) 565 3460 Department of Electrical and Computer Systems Engineering Monash University, Australia