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

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

[Octave-bug-tracker] [bug #49745] Subplot clears axes instead of making


From: anonymous
Subject: [Octave-bug-tracker] [bug #49745] Subplot clears axes instead of making active
Date: Thu, 1 Dec 2016 08:55:51 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0; chromeframe/29.0.1547.76) like Gecko

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

                 Summary: Subplot clears axes instead of making active
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 01 Dec 2016 08:55:49 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

In 4.2.0 the following no longer works (or works intermittently):

freqz([-1/32 0 9/32 16/32 9/32 0 -1/32]);
hold all, subplot(2,1,1), hold all;
freqz([-1/16 0 5/16 8/16 5/16 0 -1/16]);

Try closing figure, repeat, close...

In 4.0.x this used to yield overlapping plots with alternating color scheme
consistently, run after run.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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