From: danny s. <dan...@ya...> - 2004-08-17 17:10:41
|
howdy, I'm doing an errorbar plot. The cap colors are always black, even when ecolor is explicitly set. The documentation states that the second argument returned by errorbar is a list of "error bar lines". I looked at the return value and it appears to be a list of 3-tuples of Line2D instances. I presume each 3-tuple is the errorbar, and the two endcaps. If I explicitly set the color of the whole erno collection, only the errorbar color is changed not the cap color. I can't find any "errorbar Line2D" class or documentation to that effect. So what am I missing and how do I change errobar cap colors without doing an explicit loop over the 3-tuples and setting their colors explicitly? TIA, Danny __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail |