I need to save a figure for importing into another application.  I wrote
a module which creates a plot and then calls savefig to save the figure
as a .jpg.  This works fine when I run the applicaiton stand alone, but
when I try to save a figure from another file (which happens to use wx),
it can't save as a .jpg (unknown file type).  I believe this has to do
with the backend being used (I think running stand alone it is using
GTKapp).  Is there a way to "force" this object to use a specific
backend so I can use the .jpg file type?
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to