Hi,

I've recently created a web application, using Django, to dynamically create
maps from weather data.  When I tried using FigCanvasAgg and figure.Figure,
the image that was responded by the web server (using canvas.print_png and
django.http.HttpResponse) did not show the map, just the scatter points.
When I just saved the figure (that was created using a
matplotlib.pyplot.figure() instance) in folder that is statically available
on the web server, the image is perfect.  There is an advantage to using the
latter method as the saved images can be cached, but I'm curious as to why
the FigCanvasAgg method doesn't work.

Is this a known issue?  If so, are there any workarounds?

Any help on this issue would be greatly appreciated.

Thanks,
Aman
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to