help-octave
[Top][All Lists]
Advanced

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

Re: Saving Octave Plots


From: Joe Koski
Subject: Re: Saving Octave Plots
Date: Tue, 15 Mar 2005 12:40:57 -0700
User-agent: Microsoft-Entourage/11.0.0.040405

on 3/15/05 11:41 AM, Carlos Sevcik at address@hidden wrote:

> Is it possible to save octave plots other than capturing them on the screen?
> 
> Thanks

Historically, you can either do a replot to a different device, e. g.,
postscript (there are examples in the manual), or in recent versions with
octave-forge you can use the octave-forge print function which writes .eps
and other formats. For example

 print(["Soot_fv_PDF_",no_ext,"_",height,".eps"], "-FArialMT:18","-depsc")

After a plot makes a .eps file with a file name that was put together from
several parts.

On a Mac with AquaTerm, you can save directly from the plot window to .pdf
or .eps.

Joe






-------------------------------------------------------------
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]