> what command is used to "pull" the graph into the
> web page - the matplotlib "show" command?
There are a bunch of ways to do this. One way is to pregenerate the
charts you need and store them as .png or .gif files on the server. If
you need truly dynamic images, then you need to make a Pytho
is ignoring whatever size the Figure itself thinks it should be.
Jouni K Seppanen wrote:
Nelson Minar <[EMAIL PROTECTED]> writes:
matplotlib is great, particularly the image quality. I'm using
matplotlib to generate images in a webapp and have run into a problem.
How do I get
matplotlib is great, particularly the image quality. I'm using
matplotlib to generate images in a webapp and have run into a problem.
How do I get it to give me the rendered image bytes in a string rather
than writing the image to a file?
The docs for FigureCanvasAgg.print_figure() says that i