Re: [Matplotlib-users] moving line

2014-04-19 Thread Michael Mossey
On 4/19/2014 3:51 PM, Raymond Smith wrote: Hi Mike, Have you tried blitting? That prevents the draw from redrawing everything on the plot, allowing it to only redraw the single line that's moving, which should help any issues with speed. See some of the examples

Re: [Matplotlib-users] moving line

2014-04-19 Thread Raymond Smith
Hi Mike, Have you tried blitting? That prevents the draw from redrawing everything on the plot, allowing it to only redraw the single line that's moving, which should help any issues with speed. See some of the exampleswith FuncAnimation and als

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

2014-04-19 Thread Chao YUE
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