[Matplotlib-users] Scientific visualisation techniques

2007-12-11 Thread adamski246
I am part of a team trying to create interactive GUI scientific visualisations and would like some advice regarding the best way to proceed. We are trying to output mathematical functions (Fourier transforms, ray tracing etc.) in graphical form and have been very impressed with the ease

Re: [Matplotlib-users] Scientific visualisation techniques

2007-12-11 Thread John Hunter
On Dec 7, 2007 10:38 AM, adamski246 [EMAIL PROTECTED] wrote: Does anyone know of (or has examples of) Matplotlib applications controlled by a GUI or must I return to my Java roots where I can easily solve all GUI problems but do not have access to a powerful maths library such as Matplotlib.

Re: [Matplotlib-users] Scientific visualisation techniques

2007-12-11 Thread David.Goldsmith
You say you tried wx but don't mention wxmpl explicitly - did you try wxmpl (http://agni.phys.iit.edu/~kmcivor/wxmpl/)? DG adamski246 wrote: I am part of a team trying to create interactive GUI scientific visualisations and would like some advice regarding the best way to proceed. We are

Re: [Matplotlib-users] Scientific visualisation techniques

2007-12-11 Thread Christopher Barker
David.Goldsmith wrote: You say you tried wx but don't mention wxmpl explicitly - did you try wxmpl (http://agni.phys.iit.edu/~kmcivor/wxmpl/)? good choice -- the other is to follow the embedded_in_*** examples -- where are they? A quick googling didn't find them! all attempts to control or