Re: [Matplotlib-users] Make clear figure used in the powerpoint slides?

2014-04-20 Thread Paul Hobson
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 Hob

Re: [Matplotlib-users] Make clear figure used in the powerpoint slides?

2014-04-20 Thread Paul Hobson
What parameters are you passing to `savefig`? On Sat, Apr 19, 2014 at 1:13 PM, Chao YUE 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,

Re: [Matplotlib-users] Spooling up on matplotlib .... run all the examples

2014-04-20 Thread Eric Firing
On 2014/04/17 11:07 AM, Elden Crom wrote: > > matplotlib is impressive in its capabilities, I didn't realize how much so > until I download from the git, and made a little script to run all of the > examples. > Thank you. It's hidden away, but a script to do this type of thing exists. For a lon