Re: [Matplotlib-users] Matplotlib using OpenGL

2007-04-27 Thread Eric Firing
Ryan May wrote: > Hi, > > I'm looking into using matplotlib as the backend for doing visualization > for my dissertation work. This would replace some existing Qt/OpenGL > code I've written (but isn't too extensible) for 2D plots of weather > radar data (think pcolor style plots). I've been u

Re: [Matplotlib-users] Matplotlib using OpenGL

2007-04-27 Thread Christopher Barker
Ryan May wrote: > Has anyone tried making an > OpenGL backend? If not, can anyone think of any reason why it couldn't > be done, maybe using wx's GLCanvas? I don't know enough about OpenGL, but I wonder if it would really help much, as much of the scaling, etc, it happening in MPL code anyway.

Re: [Matplotlib-users] mlab.rk4

2007-04-27 Thread darkside
2007/4/27, John Hunter <[EMAIL PROTECTED]>: On 4/27/07, darkside <[EMAIL PROTECTED]> wrote: > hi everyone, > I'm trying to solve a lineal differential equation system, and I,m proving > with the mlab.rk4 function. > The problem I've found is that if the solution if a complex number, I can't > us

[Matplotlib-users] Matplotlib using OpenGL

2007-04-27 Thread Ryan May
Hi, I'm looking into using matplotlib as the backend for doing visualization for my dissertation work. This would replace some existing Qt/OpenGL code I've written (but isn't too extensible) for 2D plots of weather radar data (think pcolor style plots). I've been using matplotlib for awhile

Re: [Matplotlib-users] small question: svn mpl.__revision__

2007-04-27 Thread Matthias Michler
Hello Andrew, On Friday 27 April 2007 18:33, Andrew Straw wrote: > It hasn't changed since rev 3131: > > $ svn info __init__.py | grep 'Rev' > Revision: 3257 > Last Changed Rev: 3131 Thanks for you advice. I asked because I thought that this __revision__ is the matplotlib.__revison__ that I get

Re: [Matplotlib-users] small question: svn mpl.__revision__

2007-04-27 Thread Andrew Straw
It hasn't changed since rev 3131: $ svn info __init__.py | grep 'Rev' Revision: 3257 Last Changed Rev: 3131 Matthias Michler wrote: > Hi devolopers, > > one small remark about the mpl svn. I recognized, that in the > file ./lib/matplotlib/__init__.py the actual revision is: > __revision__ = '$R

[Matplotlib-users] small question: svn mpl.__revision__

2007-04-27 Thread Matthias Michler
Hi devolopers, one small remark about the mpl svn. I recognized, that in the file ./lib/matplotlib/__init__.py the actual revision is: __revision__ = '$Revision: 3131 $' and the svn info tells "Revision: 3257". best regards, Matthias -

[Matplotlib-users] skip mpl-axes-interaction during key_press_event's

2007-04-27 Thread Matthias Michler
Hi everybody, I use key_press_event's to handle my program. Therefore I want to skip the matplotlib usage of some keys e.g. 'f', 'g' and 'l'. I didn't find the right method to turn the usage off. Can anybody help me? Could this method be useful for buttons and sliders from widgets.py, too? Bec

Re: [Matplotlib-users] mlab.rk4

2007-04-27 Thread John Hunter
On 4/27/07, darkside <[EMAIL PROTECTED]> wrote: > hi everyone, > I'm trying to solve a lineal differential equation system, and I,m proving > with the mlab.rk4 function. > The problem I've found is that if the solution if a complex number, I can't > use this functin, because it doesn't accept compl

[Matplotlib-users] mlab.rk4

2007-04-27 Thread darkside
hi everyone, I'm trying to solve a lineal differential equation system, and I,m proving with the mlab.rk4 function. The problem I've found is that if the solution if a complex number, I can't use this functin, because it doesn't accept complex number, and I can only get the real case. Have anyone