help-octave
[Top][All Lists]
Advanced

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

output of plot


From: John W. Eaton
Subject: output of plot
Date: Thu, 13 Jul 2000 00:51:24 -0500 (CDT)

On 11-Jul-2000, Dechao Wang <address@hidden> wrote:

| In octave document mentioned that to capture the output of the plot command
| in a file rather than sending the output directly to your terminal, you can
| use a set of commands like this:
| 
| gset term postscript
| gset output "foo.ps"
| replot
| 
| But, this does not work in multiplot mode. Is there any alternative way to
| capture the output of the plot command in a file?

Sure, set the output device before entering your plot commands.
Unfortunately, this may generate more than one page of output.  If so,
print the last one, which should have the complete plot.

jwe



-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.che.wisc.edu/octave/octave.html
How to fund new projects:  http://www.che.wisc.edu/octave/funding.html
Subscription information:  http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------



reply via email to

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