Thanks for the rapid fix Mike.
regards,
Gary
Michael Droettboom wrote:
> There is an explicit offset of one pixel on the left when it sets up a
> clip box in Agg. I don't know why this is there, but it dates back to
> 0.98.0, and earlier versions did something completely different. I can
> o
There is an explicit offset of one pixel on the left when it sets up a
clip box in Agg. I don't know why this is there, but it dates back to
0.98.0, and earlier versions did something completely different. I can
only guess it was to compensate for an earlier bug in the precise
drawing of the
Thanks for verifying this Sünnje. It looks like an Agg bug. I just tried
changing to the GTK backend in Linux and the problem disappears.
Gary
Sunnje L Basedow wrote:
> Hi Gary,
> I just tested your example, also on Intrepid with 0.98.3, and I get the
> exact same behaviour as you, with white pi
Hi Gary,
I just tested your example, also on Intrepid with 0.98.3, and I get the
exact same behaviour as you, with white pixels in the left column. But I
have no idea why, sorry.
Sünnje
-Original Message-
From: Gary Ruben [mailto:[EMAIL PROTECTED]
Sent: Tue 12/2/2008 11:13
To: matplotlib-
I just realised that the example I gave may not be the best since it's
not obvious what the autoscaling will do when all array values are
equal. Nevertheless, even when the array contains a range of values and
I use a greyscale colourmap, I'm seeing the leftmost pixel column set to
all white wh