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

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

[Octave-bug-tracker] [bug #29057] __errplot__.m plots legends without ma


From: Rik
Subject: [Octave-bug-tracker] [bug #29057] __errplot__.m plots legends without markers
Date: Sun, 25 Apr 2010 21:54:55 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9

Update of bug #29057 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

I can confirm this bug.  Unfortunately the problem is a bit more involved
than I first thought.  The yerrorbar lines are being assigned their own own
marker style instead of using "none".

The points, such as squares or asterisks, are not associated with the
__line__ object at line 150 of the m-file.

The legend command is correctly picking the style from the __line__ object. 
This can be verified by setting the marker to some shape and the legend will
update to reflect the new shape.

Unfortunately, there will now be two shapes for every data point.  One from
the __line__ drawn through the points and one at each point created by the
yerrorbars.  The two shapes need not be the same which leads to chaos on the
plot.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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