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