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

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

[Octave-bug-tracker] [bug #37337] Legend not working for hggroup objects


From: Rik
Subject: [Octave-bug-tracker] [bug #37337] Legend not working for hggroup objects with linestyles
Date: Sat, 15 Sep 2012 17:52:42 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1

Follow-up Comment #2, bug #37337 (project octave):

Thanks for looking at this.  The problem is not the color of the lines, which
is picked up, but the marker style ('*' or 'x' or 'd') which isn't in the
legend.

Here is some more sample code:


hold on
plot (1:10, "bx")
errorbar (1:10, 0.5:0.5:5, 1, "ro")
legend ("x plot", "o errorbar")


This draws two plots and places a legend on the graph.  The line object drawn
with the plot command correctly has the marker 'X' in the legend.  The hggroup
drawn with errorbar doesn't have the 'O' marker in the legend.  I've attached
a png of the output.


(file #26558)
    _______________________________________________________

Additional Item Attachment:

File name: plot.png                       Size:16 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37337>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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