Sorry hit send by accident?

What parameters are you passing to `savefig`?

For a presentation, I would save as a .png file, a higher resolution and a
transparent background. e.g.:

fig.savefig('myfig.png', dpi=600, bbox_inches='ticht', transparent=True)


On Sun, Apr 20, 2014 at 10:24 PM, Paul Hobson <pmhob...@gmail.com> wrote:

> What parameters are you passing to `savefig`?
>
>
> On Sat, Apr 19, 2014 at 1:13 PM, Chao YUE <chaoyue...@gmail.com> wrote:
>
>> Dear all,
>>
>> Did anyone try to make plots using matplotlib, and then put the figure in
>> the powerpoint for presentation? Currently I am using the ipython notebook
>> --pylab mode to make the plots, and then save them to *jpg format. But when
>> I put it into the powerpoint, it does not look nice as I see on the screen
>> (a little bit blurred). You can really not notice it if you don't examine
>> carefully. But I really want to make high quality slides. So does anyone
>> have the same problem? could it be related with the figure format or
>> backend (GTKAgg) currently I am uisng? thanks a lot in advance.
>>
>> Cheers,
>>
>> Chao
>>
>> --
>> 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
>>
>> ************************************************************************************
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and their
>> applications. Written by three acclaimed leaders in the field,
>> this first edition is now available. Download your free book today!
>> http://p.sf.net/sfu/NeoTech
>> _______________________________________________
>> Matplotlib-users mailing list
>> Matplotlib-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>>
>>
>
------------------------------------------------------------------------------
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