[matplotlib-devel] the 32768 pixel limit

2011-05-25 Thread Feng Yu
Dear list, I am trying to work with matplotlib to plot on an AGG canvas of size 5x1100. It seems to be the constraint is in AGG. Does anybody has experience in this regard? After removing the exception about the image size and replacing 'int' with long long, figimage correctly puts an image

[matplotlib-devel] build matplotlib1.0.1 with libpng.1.5.2

2011-05-25 Thread Dieter Schön
hi list, first, thanks for providing matplotlib, i am using it in several projects. i had problems with several png files and decided to upgrade libpng. this broke matplotlib. as you can see in the documentation of libpng15, it is no longer possible to directly access png_infop. i have created t

[matplotlib-devel] build matplotlib1.0.1 with libpng1.5.2

2011-05-25 Thread Dieter Schoen
hi list, first, thanks for providing matplotlib, i am using it in several projects. i had problems with several png files and decided to upgrade libpng. as you can see in the documentation of libpng, direct access to png_infop is no longer possible. i have created the following patch: --- mat

Re: [matplotlib-devel] build matplotlib1.0.1 with libpng.1.5.2

2011-05-25 Thread Eric Firing
On 05/25/2011 10:53 AM, Dieter Schön wrote: > hi list, > > first, thanks for providing matplotlib, i am using it in several projects. > > i had problems with several png files and decided to upgrade libpng. > this broke matplotlib. > as you can see in the documentation of libpng15, it is no longer