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.