​Another alternative, if a vector graphics format doesn't work, is to make
your png figure large.  Then when you shrink it down to fit in your slide,
it should still have good resolution.

Jon​

On Mon, Apr 21, 2014 at 10:13 AM, <
matplotlib-users-requ...@lists.sourceforge.net> wrote:

> No Powerpoint version I know supports SVG (or any vector graphics format
> useful in this case) and Matplotlib does not
> export WMF graphics anymore. So the easiest way is to use PNGs, if you can
> live with raster graphics.
>
> Alternatively, if you need vector graphics, you can export the Matplotlib
> plot as SVG and convert it to WMF or EMF using
> Inkscape. This can be done in the command line like this:
>
> "c:\Program Files\Inkscape-0.48\inkscape.exe" --without-gui
> --export-emf="output.emf" "input.svg"
>
>
>   Juergen
>


-- 
________________________________________________________
Jonathan D. Slavin                 Harvard-Smithsonian CfA
jsla...@cfa.harvard.edu       60 Garden Street, MS 83
phone: (617) 496-7981       Cambridge, MA 02138-1516
fax: (617) 496-7577            USA
________________________________________________________
------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to