Re: [Matplotlib-users] MPL with PyQt: different behavior on Windows vs. Linux

2009-06-13 Thread Steve Nicholes
Thanks John.  This doesn't seem to be the cause of my problem, but I appreciate the correction.  I wasn't aware that this was such bad practice.  I guess it is better to import numpy and matplotlib functions separately then?  Thanks again --- On Fri, 6/12/09, John Hunter wrote: From: John Hu

Re: [Matplotlib-users] MPL with PyQt: different behavior on Windows vs. Linux

2009-06-13 Thread Steve Nicholes
Thanks for the tip Darren.  Adding this line seems to have done the trick!  Very much appreciated. --- On Fri, 6/12/09, Darren Dale wrote: From: Darren Dale Subject: Re: [Matplotlib-users] MPL with PyQt: different behavior on Windows vs. Linux To: "Steve Nicholes" Cc: matplotlib-users@lists

Re: [Matplotlib-users] Matplotlib and Flash

2009-06-13 Thread Troels Kofoed Jacobsen
On Saturday 13 June 2009 22:14:47 Alan Jackson wrote: > Any suggestions for turning a sequence of Matplotlib plots into a Flash > movie, on Linux? > > I did just notice that R now has that capability built in. 8-) Use mencoder to make a series of images into a video. Don't know if it supports fla

[Matplotlib-users] Matplotlib and Flash

2009-06-13 Thread Alan Jackson
Any suggestions for turning a sequence of Matplotlib plots into a Flash movie, on Linux? I did just notice that R now has that capability built in. 8-) -- --- | Alan K. Jackson| To see a World in a Grain of Sand

[Matplotlib-users] 2d histogram

2009-06-13 Thread ms
Hi, I want to plot the evolution of an histogram in time. It is naturally an histogram and not a continuous distribution -the quantities on the X axis are discrete. Is there a function that naturally does that? I now hack it using contourf() and creating an appropriate matrix of "squares", each s