Re: [Matplotlib-users] Volumetric slice plot

2011-05-22 Thread Benjamin Root
2011/5/22 burak nebioğlu > Hello everyone, > > I have been using Matplotlib for a while and I have to make a Volumetric > slice plot. I created 2d images by using imshow() but couldnt find anything > to create 3d image with those 2d ones. > > I hope we (Matplotlib user's) have a solution for thi

[Matplotlib-users] Connecting to "lim_changed" on an axes object

2011-05-22 Thread Matthew Turk
Hi all, I'm trying to set up a callback for when the limits of an interactive axes object, with an image plot, has its limits changed. The callback itself is somewhat expensive, and the zooming procedure seems to figure sequential events for each axis -- x and y -- that is changed. This results i

[Matplotlib-users] Volumetric slice plot

2011-05-22 Thread burak nebioğlu
Hello everyone, I have been using Matplotlib for a while and I have to make a Volumetric slice plot. I created 2d images by using imshow() but couldnt find anything to create 3d image with those 2d ones. I hope we (Matplotlib user's) have a solution for this. Thanks alot ---