Hi Paul,
2011/2/1 Paul Ivanov
> I'm not sure what you're hoping to see, but you should either use
> xerr with xuplims, or yerr with uplims.
>
Thank you for the reply. As usually I checked everything except the correct
one.
By the way, if one uses (by error) yerr and xuplims/xlolims or xerr and
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.e
Dear all,
I am trying to make a plot with errorbars and upperlimits.
I've found the following pylab example
http://matplotlib.sourceforge.net/examples/pylab_examples/errorbar_limits.htmland
it works fine both on a Mac OSX10.6 with python 2.6.1 and on Kubuntu
10.04 with python 2.6.5.
I've tried the