On 03/24/2012 09:04 AM, Ben Abbott wrote:

> You need to pass the figure handle. Otherwise each call will create a new 
> figure. The first will be hidden and the second visible.
>
> The commands below should do what you want.
>
>       figure (gcf (), 'visible', 'off');
>       plot ([1:50]);
>       figure (gcf (), 'visible', 'on');
>
> Ben

Oh yeah, wasn't thinking.  Alternate visible, not visible.

Thanks,

Dan

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to