|
From: Benjamin R. <ben...@ou...> - 2014-04-21 19:48:44
|
JPGs will *always* have "bit blur" as it is a lossy image format. PNGs would be a better bet. Ben Root On Mon, Apr 21, 2014 at 3:33 PM, ChaoYue <cha...@gm...> wrote: > Hi all, > > Thank you all for your kind response. I am sorry, but none of these > solutions significantly improved the visual quality on microsoft powerpiont > 2007. Thought I didn't try eps. So probably l have to go with the current > quality. > here is a best case I have now: > https://www.dropbox.com/s/0uhjogalz92hssm/different_figure_example.pptx > You can still see the "a bit blur" everywhere (currently with jpg being > inserted directly). I didn't have better quality than this one by trying > the method as suggested by you. Let me know if I am raising too much high > demand for this. > > Cheers, > > Chao > > > On Mon, Apr 21, 2014 at 4:41 PM, Jonathan Slavin [via matplotlib] <[hidden > email] <http://user/SendEmail.jtp?type=node&node=43264&i=0>> wrote: > >> 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, <[hidden email]<http://user/SendEmail.jtp?type=node&node=43262&i=0> >> > 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 >> [hidden email] <http://user/SendEmail.jtp?type=node&node=43262&i=1> >> 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 >> [hidden email] <http://user/SendEmail.jtp?type=node&node=43262&i=2> >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> >> >> ------------------------------ >> If you reply to this email, your message will be added to the >> discussion below: >> >> http://matplotlib.1069221.n5.nabble.com/Make-clear-figure-used-in-the-powerpoint-slides-tp43252p43262.html >> To start a new topic under matplotlib - users, email [hidden email]<http://user/SendEmail.jtp?type=node&node=43264&i=1> >> To unsubscribe from matplotlib, click here. >> NAML<http://matplotlib.1069221.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> >> > > > > -- > please visit: > http://www.globalcarbonatlas.org/ > > *********************************************************************************** > Chao YUE > Laboratoire des Sciences du Climat et de l'Environnement (LSCE-IPSL) > UMR 1572 CEA-CNRS-UVSQ > Batiment 712 - Pe 119 > 91191 GIF Sur YVETTE Cedex > Tel: (33) 01 69 08 29 02; Fax:01.69.08.77.16 > > ************************************************************************************ > > ------------------------------ > View this message in context: Re: Make clear figure used in the > powerpoint slides?<http://matplotlib.1069221.n5.nabble.com/Make-clear-figure-used-in-the-powerpoint-slides-tp43252p43264.html> > Sent from the matplotlib - users mailing list archive<http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html>at Nabble.com. > > > ------------------------------------------------------------------------------ > 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 > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > |