Path: utzoo!news-server.csri.toronto.edu!rutgers!usc!wuarchive!udel!rochester!pt.cs.cmu.edu!zardoz.club.cc.cmu.edu!ddj From: ddj@zardoz.club.cc.cmu.edu (Doug DeJulio) Newsgroups: comp.sys.next Subject: Re: Help : Gnuplot Message-ID: <12198@pt.cs.cmu.edu> Date: 4 Mar 91 15:35:36 GMT References: <3MAR91130458@uazhe0.physics.arizona.edu> <1991Mar4.083019.3893@nntp-server.caltech.edu> Distribution: usa,local Organization: Castle Anthrax, Pittsburgh Lines: 26 In article <1991Mar4.083019.3893@nntp-server.caltech.edu> madler@kanga.caltech.edu (Mark Adler) writes: >To test, enter these commands: > > set term epsf2 > set output "sinc.eps" > plot [-20:20] sin(x)/x > quit > >and then open sinc.eps (double-clicking it or using "open sinc.eps" >will tell Preview to show it). For a quicker way to see your output that's aesthetically disgusting, create a file "header.ps" with the following contents: %% 0 0 550 770 Nonretained window windowdeviceround Above 0 currentwindow orderwindow %% Then, when you use gnuplot, set your terminal type to some form of postscript, and set your output file to "|cat header.ps -|pft". To erase in the window you get, simply drag another window over it. It's a yucky hack, but it gets the job done. -- Doug DeJulio ddj@zardoz.club.cc.cmu.edu