help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to ouput graph using gnuplot


From: John B. Thoo
Subject: Re: how to ouput graph using gnuplot
Date: Wed, 1 Jan 2003 12:01:11 -0800

On Wednesday, January 1, 2003, at 10:28 AM, address@hidden 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
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]