Hi mpl users,

I have noticed that when making a figure using the errorbar function, a 
cap line will show up over a marker if they happen to fall on top of one 
another. The line connecting the caps is (properly) hidden under the 
marker. This behavior only occurs if the overlapping marker was placed 
on the plot before the overlapping errorbar.

The following code demonstrates the problem:

errorbar([1,2,3],[3,3,3],color='black',mfc='white',marker='s',ms=14)
errorbar([1,2,3],[2,2,2],[1,1,1],color='black')
ylim(0,4)

-- 
Chris

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to