help-octave
[Top][All Lists]
Advanced

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

Re: getting a Graphic


From: John W. Eaton
Subject: Re: getting a Graphic
Date: Wed, 15 Feb 2006 13:42:10 -0500

On  3-Jan-2006, Dmitri A. Sergatskov wrote:

| On 11/30/05, Francesco Potorti` <address@hidden> wrote:
| > >Speaking of OpenOffice. Enhanced metafile (emf) is a good vector format
| > >which can be used with O.O.. I do not think print.m handles emf
| > >currently, but that can be easily fixed.
| >
| > Easily?  How, then?
| >
| 
| Attached is the diff file relative to print.m in 2.9.4
| It allows printing to Enhanced Metafile Format (emf).
| E.g.:
| octave:1> s=rand(10);
| octave:2> plot(s)
| octave:3> print("-demf", "-color", "-FTimes:18", "testemf1.emf")
| 
| EMF is a vector-based graphic format which can be included
| in OpenOffice (and perhaps M$ Office ) documents.
| 
| (result is attached as well)
| 
| Sincerely (and sorry for such a long delay to replay),

I applied your changes.

Thanks,

jwe



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