t up
>
> xerr/yerr: [ scalar | N, Nx1, or 2xN array-like ]
> If a scalar number, len(N) array-like object, or an Nx1 array-like
> object, errorbars are drawn x/y +/- value.
> If a sequence of shape 2xN, errorbars are drawn at x/y - row1 and x/y + row2
>
> Tom
>
> On Sat, Feb
Actually never mind, I think I just interpreted it wrong. However it
could perhaps be more clear if it would say something like
If a sequence of shape 2xN, errorbars are drawn at y +/- row1/row2
Thanks,
Markus
Am 2013-02-09 13:49, schrieb Markus Haider:
> Hi Tom,
>
> Thank you very
differently?
Thanks,
Markus
Am 2013-02-08 22:02, schrieb Thomas Caswell:
> The bar is drawn from `y - yerr_low` to `y + yerr_upp`
>
> ax.errorbar(x + .5,y,yerr=[[y - yerr_low],[yerr_upp -
> y]],fmt='s',markersize=4)
>
> will get you what you want.
>
> Tom
>
>
Hi,
I think I have a problem with errorbars in a log plot. The problem is
reproducible through the enclosed errorbar_log.py file. As you can see I
plot a point with y = 10**(-5) and I want the errorbars drawn from
10**(-5.5) to 10**(-4.5) which should be symmetric in this plot but isn't.
Here i
By the way, in the current svn version, there is a small white distance
between the image and the axis frame on the right hand and lower side,
if I output to svg.
Greetings,
Markus
--
__
> But the displacement issue you see (although think it has been fixed
> in the svn) needs to be fixed.
Hi,
I just tried out the svn version, and the displacement issue is indeed
fixed in svn. There is one more question: If I use pcolor with
rasterized, filesize is 165 kb, if I use pcolormesh it
oose a higher resolution grid?
Thank you for your help,
Greetings,
Markus
> Ben Root
>
> On Fri, May 21, 2010 at 5:03 AM, Markus Haider
> wrote:
> Hello,
>
> I make colormap plots in matplotlib using pcolor or
> pcolormesh. With
>