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

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

[Octave-bug-tracker] [bug #41914] "plot" plots into open waitbar window


From: H. G.
Subject: [Octave-bug-tracker] [bug #41914] "plot" plots into open waitbar window
Date: Thu, 20 Mar 2014 20:45:00 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

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

                 Summary: "plot" plots into open waitbar window
                 Project: GNU Octave
            Submitted by: hardy
            Submitted on: Do 20 Mär 2014 20:44:59 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.1
        Operating System: Any

    _______________________________________________________

Details:

Here is a tiny script that shows the behavior I mean:


h=waitbar(0.5);
plot(1:10);


In Octave the plot command reuses the open figure window of waitbar and
squeezes a distorted plot into it.

In Matlab the plot command opens a new window, regardless of the open and
active waitbar window.

This is a disturbing behavior of Octave, because even the usual "close"
command in front of the plot command does not get rid of the waitbar window
(neither in Matlab nor in Octave):


h=waitbar(0.5);
close all;
plot(1:10);


In Matlab this isn't a problem, because its plot command  (even without the
leading close command) reopens its own figure window.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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