Re: [matplotlib-devel] 3d support

2008-02-01 Thread Mathew Yeates
I was just experimenting with Mayavi2 when your mail arrived! Thanks. I'll look at it over the weekend Mathew Gael Varoquaux wrote: > On Fri, Feb 01, 2008 at 02:47:21PM -0800, Mathew Yeates wrote: > >> I looked into VTK and it certainly has good performance and good >> navigation but an

Re: [matplotlib-devel] 3d support

2008-02-01 Thread Gael Varoquaux
On Fri, Feb 01, 2008 at 02:47:21PM -0800, Mathew Yeates wrote: > I looked into VTK and it certainly has good performance and good > navigation but another steep learning and probably overkill for > interacting with simple 3d plots. > Anyone have any thoughts on this? We are working on maki

[matplotlib-devel] 3d support

2008-02-01 Thread Mathew Yeates
Hi I want to write an application which includes multidimensional visualization. I tried running simple3d.py but it is sloww! Also, I'm not sure if the Navigation Toolbar is working properly. I looked into VTK and it certainly has good performance and good navigation but another steep