help-octave
[Top][All Lists]
Advanced

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

Re: offscreen plotting


From: David Bateman
Subject: Re: offscreen plotting
Date: Thu, 18 Sep 2008 13:43:37 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080725)

Claudio Belotti wrote:
Hi,
I'm sure I've seen this question answered before in the ML, but I
can't find it ...

How do I set octave to plot offline?
i.e. I ssh to a remote machine I run an octave script and plot a graph
with results to a file

thanks

Claudio
_______________________________________________
Help-octave mailing list
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave

figure(1, 'visible','off')
plot(1:10)
print -deps file.eps

D.


--
David Bateman                                address@hidden
Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 6 72 01 06 33 (Mob) 91193 Gif-Sur-Yvette FRANCE +33 1 69 35 77 01 (Fax) The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary



reply via email to

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