[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: script to Export ps files (Octave 2.9.13 on Osx tiger)
From: |
David Bateman |
Subject: |
Re: script to Export ps files (Octave 2.9.13 on Osx tiger) |
Date: |
Sun, 16 Sep 2007 00:00:29 +0200 |
User-agent: |
Thunderbird 1.5.0.7 (X11/20060921) |
Marco Squassina wrote:
> Hi everyone.
>
> it is probably a simple request for many of you. Could anyone provide
> a simple script to Export an Octave Figure in high quality postscript format
> from within Octave 2.9.13 under Mac OSX tiger? I tried some scripts
> working under
> linux, but they fail presumably due to problems of setting terminals.
>
> Thank you very much.
> Best, Marco.
>
Get the figure on the screen, and then type "print -deps foo.eps" to
save the figure as encapsulated postscript..
D.