Re: [Matplotlib-users] Matplotlib powered website. Would love to get your feedback!

2006-10-10 Thread Nelson Minar
> 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

Re: [Matplotlib-users] Agg backend writing to StringIO?

2006-08-16 Thread Nelson Minar
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-users] Agg backend writing to StringIO?

2006-08-15 Thread Nelson Minar
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