Hello,

I'm a PhD student on cardiac DTI tractography.
Recently I'm using Mayavi to visualize the fiber paths.
I find Mayavi use about 2Gb of memory to show 16000 fibers, and the scene is
heard to interactive.

I just plot all the lines in one loop, and finally show them in one scene,
like this:
for numberOfPath in range(totalNumber):
    handle = mlab.plot3d(pathArray[0], pathArray[1], pathArray[2],
pathColor[0] )

So my questions:
What's the right way to show so many coloured lines ?  Your suggestions ?

Thanks.
Hongying
------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
MayaVi-users mailing list
MayaVi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mayavi-users

Reply via email to