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
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.
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
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
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
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
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
-
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
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
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
10 matches
Mail list logo