Errorbar plot

Hi all,

I have this line about errorbar plot, but i need a errorbar this: http://img14.imageshack.us/i/exampled.jpg/ (in blue)

My line about errorbar: plt.errorbar(x, y, yerr=e, capsize=6, elinewidth=2, marker=’_’, linestyle=’’, markeredgecolor=‘r’,color=‘r’, label=‘Pontos’)

Can you help me?

Thanks,

Hi Waléria,

you should try to figure out the docstring help :slight_smile:

In a terminal (IDLE or IPython), just do
import matplotlib
matplotlib.errobar?

This will show you extensive help on the command.

You will also need to compare with the regular plot command:
matplotlib.plot?

Best regards,
Daniel

P.S. I cannot see what is wrong with your line. Change 'r' to 'b' and
the plot should be in blue.

2011/2/22 Waléria Antunes David <waleriantunes@...287...>:

···

Hi all,

I have this line about errorbar plot, but i need a errorbar this:
http://img14.imageshack.us/i/exampled.jpg/ (in blue)

My line about errorbar: plt.errorbar(x, y, yerr=e, capsize=6, elinewidth=2,
marker='_', linestyle='', markeredgecolor='r',color='r', label='Pontos')

Can you help me?

Thanks,

------------------------------------------------------------------------------
Index, Search & Analyze Logs and other IT data in Real-Time with Splunk
Collect, index and harness all the fast moving IT data generated by your
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights.
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options