From help-octave-request at bevo dot che dot wisc dot edu Wed Jan 1 14:02:10 2003 Subject: Re: how to ouput graph using gnuplot From: "John B. Thoo" To: chmccpi at netscape dot net Cc: help-octave at bevo dot che dot wisc dot edu Date: Wed, 1 Jan 2003 12:01:11 -0800 On Wednesday, January 1, 2003, at 10:28 AM, chmccpi at netscape dot net wrote: > Could any one tell me how to output a histogram graph (created by > hist() or bar())as a postscript file using gnuplot? Hi. In gnuplot, try set terminal postscript set output "foo.ps" replot To continue graphing, set terminal x11 or whatever if you're not using X11. I think that's right. In gnuplot, check out "help set" and subtopic "terminal" or "output". HTH. ---John. ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------