On Mon, Feb 07, 2011 at 09:37:31AM +0100, LI Hongying wrote:
>    In [7]: x.dtype
>    Out[7]: dtype('float64')

>    Maybe I should not use the default "float64 "

Still, a float64 is 8 bytes, so we are in the ball park of:
In [6]: '%.3e' % (8*11971752)
Out[6]: '9.577e+07'

That's around 10Mo.

I expect some overhead from our friend VTK, but that a lot.

Hum, I just had an idea: are you specifying tube_radius=None in the
mlab.plot3d call? This should improve things.

G

------------------------------------------------------------------------------
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