octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #47221] Can't turn vsibile plotting on again


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #47221] Can't turn vsibile plotting on again
Date: Mon, 22 Feb 2016 17:30:24 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 Iceweasel/44.0

Update of bug #47221 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

Reposting your example which got cropped from the bug report:


set(0, 'DefaultFigureVisible', 'off')
plot(1:10)
sleep(3)
set(0, 'DefaultFigureVisible', 'on')
plot(1:10)
sleep(3)


I think what you want is


set(1, 'Visible', 'on');


The "DefaultFigureVisible" property applies to not-yet-created figure windows.
If you have already created a figure, modify its properties directly by
removing the "DefaultFigure" part of the label.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47221>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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