offscreen plotting

David Bateman David.Bateman at motorola.com
Thu Sep 18 06:43:37 CDT 2008


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
> Help-octave at octave.org
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>
>   
figure(1, 'visible','off')
plot(1:10)
print -deps file.eps

D.


-- 
David Bateman                                David.Bateman at motorola.com
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



More information about the Help-octave mailing list