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

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

[Octave-bug-tracker] [bug #61526] legend() messes up line styles when ha


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #61526] legend() messes up line styles when handed specific line handles as input
Date: Tue, 23 Nov 2021 05:20:51 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0

Update of bug #61526 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

I can confirm the issue. Reproducing the example verbatim and attaching the
result:


f = figure;
ax = axes(f);
h = plot(ax,rand(5,1),rand(5,2));
legend(ax);
set(h(1),'linestyle','none','marker','x')
set(h(1),'ydata',nan(5,1))
%legend(ax,'off')
legend(ax,h(2))



(file #52328)
    _______________________________________________________

Additional Item Attachment:

File name: buglegend.png                  Size:18 KB
    <https://file.savannah.gnu.org/file/buglegend.png?file_id=52328>



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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