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

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

[Octave-patch-tracker] [patch #10200] wrong axes using stairs in subplot


From: nicodemi
Subject: [Octave-patch-tracker] [patch #10200] wrong axes using stairs in subplot
Date: Wed, 20 Apr 2022 03:12:07 -0400 (EDT)

URL:
  <https://savannah.gnu.org/patch/?10200>

                 Summary: wrong axes using stairs in subplot 
                 Project: GNU Octave
            Submitted by: nicodemi
            Submitted on: Wed 20 Apr 2022 07:12:05 AM UTC
                Category: Core : other
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

stairs ignores first arg: axes handle

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

both draw commands goes into last axes handle

This does not happen with plot(H, ...)





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?10200>

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




reply via email to

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