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: David Bateman
Subject: [Octave-bug-tracker] [bug #29057] __errplot__.m plots legends without markers
Date: Tue, 27 Apr 2010 13:57:49 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1)

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

Soren,

Try something like

get (get (gca(), "children"), "marker")

for the markers of the hggroups and then

get (get (get (gca(), "children"), "children"), "marker")

for the markers of the sub objects of the hggroups.. They are all the same. I
think Rik is right and its gnuplot adding them to the errorbars and probably
something like Rik's fix is the right thing to do.. I don't have time to check
at the moment though..

Cheers
David


    _______________________________________________________

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]