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: Max Görner
Subject: [Octave-bug-tracker] [bug #47221] Can't turn vsibile plotting on again
Date: Mon, 22 Feb 2016 14:09:23 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0

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

                 Summary: Can't turn vsibile plotting on again
                 Project: GNU Octave
            Submitted by: maxg
            Submitted on: Mon 22 Feb 2016 02:09:22 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I tried to toogle the visibility  of plots. I generate quite a few of them
which I only want to dump to disk, and afterwards I want to plot some I can
look at without dumping to disk. However, after setting 'DefaultFigureVisible'
to 'off' and then 'on', plots only show up after calling 'figure'.

A minimum working example is:

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


For the record: Matlab R2015b behaves as Matlab, but I find the behaviour
counterintuitive.




    _______________________________________________________

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]