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

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

[Octave-bug-tracker] [bug #62373] some plot functions ignore axes handle


From: Rik
Subject: [Octave-bug-tracker] [bug #62373] some plot functions ignore axes handle (interaction with newplot)
Date: Sat, 30 Apr 2022 11:44:43 -0400 (EDT)

Update of bug #62373 (project octave):

                Severity:             5 - Blocker => 4 - Important          
                 Summary: some plot functions ignore axes handle => some plot
functions ignore axes handle (interaction with newplot)

    _______________________________________________________

Follow-up Comment #2:

Slightly modified test code which is easier to see that both plots end up in
the same axes is


H1 = subplot(2,1,1);
H2 = subplot(2,1,2);
stairs(H1, 1:5,1:5, 'b')
stairs(H2, 1:5,5:-1:1, 'r')


Script is attached as tst_stairs.m

(file #53166)

    _______________________________________________________

Additional Item Attachment:

File name: tst_stairs.m                   Size:0 KB
    <https://file.savannah.gnu.org/file/tst_stairs.m?file_id=53166>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62373>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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