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

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

[Octave-bug-tracker] [bug #63051] legend modifies graphics objects stack


From: Muhali
Subject: [Octave-bug-tracker] [bug #63051] legend modifies graphics objects stack
Date: Mon, 12 Sep 2022 07:59:29 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?63051>

                 Summary: legend modifies graphics objects stack
                 Project: GNU Octave
               Submitter: muhali
               Submitted: Mon 12 Sep 2022 04:59:27 AM PDT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 7.1.0
         Discussion Lock: Any
        Operating System: GNU/Linux


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Mon 12 Sep 2022 04:59:27 AM PDT By: Muhali <muhali>
doing the following


y = 1:3 ;
clf ; hold on
h = hggroup ;
plot(y) ;
plot(2, 2, "o", "parent", h, "markerfacecolor", "r", "markersize", 50) ;
legend(h, {"blob"})


one sees that the blob has been put behind the line by the legend command.







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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