Hi Mike, On Wed, Nov 11, 2009 at 11:57:29AM -0800, M Trumpis wrote: > I'm having modest success getting to know Mayavi through the many > scripting examples, but I'm having a hard time getting information > outside of that. Is there a source for class-level documentation a la > Matplotlib's excellent api docs?
No there is not. It would be interesting to add though. Maybe one day... > Or does anyone want to offer "best practices" for digging into the api? > I'd just like to get a sense of how the objects work/what they provide, > and how to manipulate them in an interactive way. Your best chance is to read http://code.enthought.com/projects/mayavi/docs/development/html/mayavi/advanced_scripting.html After that, I tend to say that simply reading the code is the best way to do it. There might be more clever ways, but I can't think of one. The code is quite structured, so I believe that after a while it will feel 'natural' :). You can also ask direct questions. I am swamped and quite tired, so answers might come in slowly. Gaƫl ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
