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