matplotlib - plot errorbars in background -


i'm using matplotlib plot point relative error bars. plotted empty points in way:

plt.errorbar(x,y, yerr=[y1,y2], marker='o', markeredgecolor='red', markerfacecolor='none') 

how possible let error bars go in background?

use markerfacecolor='white' option in function call, hide errorbar behind markerpoint.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -