Re: [Matplotlib-users] viewing an image cube / sequence with imshow

2007-06-27 Thread Jason Addison
Thanks John and Angus. I can't wait to try out your recommendations. I'm upgrading my system at the moment, so I'm not able to try them out just now. It is promising that matplotlib seems to be able to handle this pretty easily. -

[Matplotlib-users] viewing an image cube / sequence with imshow

2007-06-26 Thread Jason Addison
I would like to view a 3D array (or a python list of 2D arrays) as a sequence of images using something like imshow. For example, something like this: imshow(rand(6,12,12), imagecube=true) then the display would show a 12x12 image, [0, :, :]. Then I could scroll through the other frames to displa