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

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

[Octave-bug-tracker] [bug #57262] legend incorrect after some of plot ob


From: Rik
Subject: [Octave-bug-tracker] [bug #57262] legend incorrect after some of plot objects have been deleted
Date: Mon, 18 Nov 2019 18:20:39 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

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

                 Summary: legend incorrect after some of plot objects have
been deleted
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Mon 18 Nov 2019 03:20:38 PM PST
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Code to reproduce:


figure(1);
hold on;
h1 = plot(2,3,'r*');
h2 = plot(5,5,'bo');
legend('data 1','data 2');
pause (2)
delete(h1);


Originally the legend has two marker objects: a red '*' and a blue 'o'.  When
graphic object h1 is deleted, the red '*' is moved up in the legend and
appears inside the blue 'o'.






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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