Francesco Montesano, on 2011-02-01 12:07,  wrote:
> I attach a sample code which does not work.
> 
> import numpy as np
> > import matplotlib.pyplot as plt
> >
> > #create function to plot plus random error
> > x = np.linspace(0,3,100)
> > y = np.sin(x)
> > err = np.random.random(100)
> >
> > plt.errorbar(x,y, yerr=err, color='g',linestyle='None',xuplims=True)
> > plt.show()

Hi Francesco,

> > plt.errorbar(x,y, yerr=err, color='g',linestyle='None',xuplims=True)

I'm not sure what you're hoping to see, but you should either use
xerr with xuplims, or yerr with uplims.

best,
-- 
Paul Ivanov
314 address only used for lists,  off-list direct email at:
http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to