From: John H. <jdh...@ac...> - 2004-09-29 21:20:47
|
>>>>> "Humufr" == Humufr <hu...@ya...> writes: Humufr> Hello, I found a problem with the Humufr> function errorbar. I'm trying to change the width of the Humufr> errorbar. The only way to do this seems to pass by the Humufr> file .matplotlibrc and the default line width (it's not Humufr> very useful I think and an option linewidth will be Humufr> welcome in the errorbar function). The second problem is Humufr> for the caps who are not change even with the global Humufr> change (see figure in attachement). You can set the linewidth of the errorbar lines and caps by using the return value from errorbar lines, errlines = errorbar(x,y,err) set(errlines, linewidth=4) Let me know if this helps. If not, please post a script that exposes the problem. JDH |