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 --

[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