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

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

[Octave-bug-tracker] [bug #30998] errorbar connects points lines


From: Simon Albinsson
Subject: [Octave-bug-tracker] [bug #30998] errorbar connects points lines
Date: Mon, 25 Oct 2010 21:03:19 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; sv-SE; rv:1.9.1.14) Gecko/20101001 Firefox/3.5.14 ( .NET CLR 3.5.30729)

Follow-up Comment #9, bug #30998 (project octave):

@ben and @Jess

I tried the code you proposed but got unreliable results (using Octave 3.2.4
).
This (allegedly even uglier hack) works much more reliable for me.

eb=errorbar(LX,LY,EX,EY, '#~>k*');
h = findobj( findobj (eb, 'type', 'line'),'udata',[]); 
delete(h)

Though I don't know what "udata" is it seemed to be pretty much the only
property that separated the dots from the line when looking at them with the
get function.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Meddelandet skickades via/av Savannah
  http://savannah.gnu.org/




reply via email to

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