> > Also, how do you print all four windows into a png file?
> You cannot do that. Each window is a different VTK interactor, and we
> have no code to plug them together. Sorry.

That can be worked around, though. Just save the window contents into separate 
files, read them back in as image data, create a larger image array as you 
like from them (PIL/Image will help you here: you can use it to convert your 
four images to numpy arrays, stack them as you like and convert the resulting 
array back to an image using PIL again) and save the new one.

Cheers,
Juha

-- 
                 -----------------------------------------------
                | Juha Jäykkä, ju...@iki.fi                     |
                | http://www.maths.leeds.ac.uk/~juhaj           |
                 -----------------------------------------------

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
MayaVi-users mailing list
MayaVi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mayavi-users

Reply via email to