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: anonymous
Subject: [Octave-bug-tracker] [bug #29057] __errplot__.m plots legends without markers
Date: Mon, 26 Apr 2010 21:09:14 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

Follow-up Comment #14, bug #29057 (project octave):

David,

In your code below, I needed to do h(1) = errorbar... and h(2) = errorbar..
to get it to work.

Also, if you look carefully at your posted figure, you'll notice that the "o"
marks in the main lines have a "x" mark superimposed. The fact is that without
any given format the errorbar currently automatically cycles through some
default set of markers. It appears to me that setting the marker as you
proposed will set the marker for the line, that then gets copied on to the
legend (as it should). However, now the points and the line both have markers,
and in the case of the other line, they do not agree. Do you know how to get
rid of these double markers?

Also, on my system the markers added via the set() show up as way too large.
I guess there is something from with the marker size setting?

    _______________________________________________________

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]