On Wed, Feb 16, 2011 at 01:22:27PM +0000, Michele Mattioni wrote: > However if I try to use it complains that no object is loaded
Indeed, the TVTK visual module does not define any data for Mayavi. > When I open the Mayavi browser however I cannot see any datastructure loaded. > Consider this code: > from enthought.txtk.tools import visual > cyl = visual.Cylinder() > cyl.traits() Can you give us a bit more of info on how you are plugin your objects in the viewport? That's where we can capture them to expose them as data for Mayavi, and thus be able to use things such as a colorbar. Gaƫl ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
