help-octave
[Top][All Lists]
Advanced

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

Re: executing plot in background


From: Begoña Fuentes
Subject: Re: executing plot in background
Date: Thu, 28 Oct 2010 19:15:37 +0200

Yes, both worked!!

Thank you very much :D
--
Begoña Fuentes



El 28 de octubre de 2010 19:11, Jordi Gutiérrez Hermoso <address@hidden> escribió:
2010/10/28 Begoña Fuentes <address@hidden>:
> So is there any possibility of "telling" octave not to show me the plots
> while they are being drawn to a file?

Set the figure's visibility to off:

   f = gcf()
   set(f,"visible","off")

   #plotting continues on its merry way below
   plot(...)

HTH,
- Jordi G. H.


reply via email to

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