Re: [matplotlib-devel] Bug rasterized image in pcolor and pcolormesh

2010-05-31 Thread Markus Haider
> 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

Re: [matplotlib-devel] Bug rasterized image in pcolor and pcolormesh

2010-05-31 Thread Markus Haider
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 -- __

Re: [matplotlib-devel] Bug rasterized image in pcolor and pcolormesh

2010-05-31 Thread Benjamin Root
Markus, That is good to know that it has been fixed. As for the difference in pcolor and pcolormesh, I think it has to do with the fact that pcolormesh is composed of many lines while pcolor is composed of many polygons. It is probably more efficient to rasterize polygons than lines. Ben Root

[matplotlib-devel] Matplotlib and setuptools

2010-05-31 Thread Mitchell Jon Stanton-Cook
Hello, I have developed a package that uses matplotlib. To simplify installation and distribution I have used the setup tools package. This is an excerpt from my setup.py: install_requires = ['biopython>=1.51', 'scipy>=0.7', 'numpy>=1.3.0', 'matplotlib>=0.99.0'] However it fails on matpl