2010/8/16 Craig Lyndon <c.a.lyn...@gmail.com>:
> If data sets are indeed stored in RAM, is there a way to discard the
> plot data after a plot had been created to leave just a static image?
> Or, read and store data points directly from a file?

You can render to PIL using the Agg backend, and display this via
PIL.ImageTk in Tkinter if you're using Tkinter.

Just an option ... I think this is quite straightforward.

Friedrich

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to