Re: [Matplotlib-users] New animation framework?

2011-12-12 Thread Benjamin Root
On Monday, December 12, 2011, Åke Kullenberg wrote: > To confirm, the methods supporting interactive animation will not be removed, right? > I was just slightly worried after reading "The animation module is intended to replace the backend-specific examples..." in the 'What's new section' on the m

Re: [Matplotlib-users] New animation framework?

2011-12-12 Thread Åke Kullenberg
To confirm, the methods supporting interactive animation will not be removed, right? I was just slightly worried after reading "The animation module is intended to replace the backend-specific examples..." in the 'What's new section' on the matplotlib website. On Mon, Dec 12, 2011 at 3:26 AM, Eri

Re: [Matplotlib-users] pie colors

2011-12-12 Thread Paul Hobson
On Wed, Nov 30, 2011 at 7:43 PM, Benjamin Root wrote: > As an additional note, would it be a desirable feature to be able to cycle > hash styles in the case of producing b&w plots? > > Ben Root Ben, I think this would be quite useful. How are you thinking of implementing it? Cycling through line

Re: [Matplotlib-users] Plot Fill with Jacobian Coordinates

2011-12-12 Thread Benjamin Root
On Sat, Dec 10, 2011 at 10:36 AM, Alex Naysmith wrote: > Hello, > > I'm trying to plot the stresses in colour of a strained isoparametric > element. > > I have a six noded triangle with vertice coordinates > [(xa1,ya1),(xa2,ya2),(xa3,ya3)] = pos_a > > This triangle deforms and the new coordinate p

Re: [Matplotlib-users] [ploting data] Live data

2011-12-12 Thread David Hoese
Hey Fabien, So you made your principal function run on a timer every 2 seconds? And by "lag" do you mean that the GUI is unresponsive? I'm still not seeing when the loop stops, but what you can do is set the timer at a 0 interval so it will call the principal function as fast as it can (but

Re: [Matplotlib-users] figure crashing with latex symbols in text

2011-12-12 Thread Benjamin Root
On Fri, Dec 9, 2011 at 8:45 PM, Aycha Tammour wrote: > Hello, > > I am trying to make a figure with a text that includes H$\beta$ but for > some reason matplotlib would freeze. I cannot understand what's wrong with > $\beta$. I tried other Greek letters and some of them worked but not all. > > An

[Matplotlib-users] figure crashing with latex symbols in text

2011-12-12 Thread Aycha Tammour
Hello, I am trying to make a figure with a text that includes H$\beta$ but for some reason matplotlib would freeze. I cannot understand what's wrong with $\beta$. I tried other Greek letters and some of them worked but not all. Any suggestions? Cheers, Aycha -

Re: [Matplotlib-users] [ploting data] Live data

2011-12-12 Thread Fabien Lafont
Hi David! Sorry about the delay I was abroad and without any way to connect to the internet. Thank you very much. I've tried to put the principal inside the timerEvent. It work but it lags. In fact I've set the interval of the Timer to 2 seconds because the principal loop takes roughly 2seconds bu