Re: [MayaVi-users] Setting the aspect ratio (x/y/z) of a surface plot?
Status: Beta
Brought to you by:
prabhu_r
|
From: Prabhu R. <pr...@ae...> - 2003-02-20 19:17:39
|
>>>>> "HF" == Hans Fangohr <H.F...@so...> writes:
>> $ python mayamat.py
HF> Very cool. I have actually quite a lot of scalar data on
HF> 2d-matrices, so this will come in nicely. (Up to now I used
HF> OpenDX, goemview, bitmaps to visualise this, but the mayavi
HF> interface is quite certain to be my favourite in the near
HF> future).
Well, it works best if your arrays are reasonably small. Trying a
1024x1024 array for instance might eat up all your RAM. The only way
to visualize such large arrays is as an image. MayaVi does not
support imaging (yet) so I'll either have to handle large arrays via
ivtk + VTK or add something to MayaVi.
HF> Good job - many thanks!
Thanks.
cheers,
prabhu
|