Re: Making gnuplot plot to file

1999-05-11 Thread Richard Harran
Thanks very much for this. Cheers Rich Ian Peters wrote: > > On Tue, May 11, 1999 at 11:23:52AM +, Richard Harran wrote: > > Could anyone tell me how to make gnuplot output its plots to (eg) a > > postscript file. I have tried > > gnuplot> set output "outfile.ps" > > gnuplot> pl

Re: Making gnuplot plot to file

1999-05-11 Thread Ian Peters
On Tue, May 11, 1999 at 11:23:52AM +, Richard Harran wrote: > Could anyone tell me how to make gnuplot output its plots to (eg) a > postscript file. I have tried > gnuplot> set output "outfile.ps" > gnuplot> plot 'myplot' > but it plots to screen. When I exit, there is and outfile

Making gnuplot plot to file

1999-05-11 Thread Richard Harran
Could anyone tell me how to make gnuplot output its plots to (eg) a postscript file. I have tried gnuplot> set output "outfile.ps" gnuplot> plot 'myplot' but it plots to screen. When I exit, there is and outfile.ps, but it is zero bytes. Any help appriciated TIA Rich