Maybe I'll try the latest SVN version. I'm running the version in the
ubuntu 8.10 repositories, which appears to be 0.98.3
As for both contourf and pcolor, I was just testing to see that it was
messed up either way, leaving one commented and one uncommented. Having
them both uncommented was jus
I couldn't reproduce it (my output has no transparent column). I'm
running the current svn. I wonder if others can reproduce it.
Kevin,
what happen if you only do one of the pcolor or the contourf (it is
not clear why you're calling pcolor as it will be overridden by
contourf)?
-JJ
On Mon, Mar
Hi All,
I'm trying to plot evenly grided data to tiles for google maps overlays.
Each tile needs to be a 256x256 pixel PNG image, without any borders.
The problem that I'm having is that the leftmost column of the resultant PNG
image (saved using FigureCanvasAgg.print_figure) is transparent.
My