Python: Big set of 2D numpy arrays... how to visualize in 3D? -


i have big set (100+) of 256x256 scalar 2d numpy arrays. each array slice through 3d image , each arrays uniformly separated.

i'm bit of python noob... tips on how create nice 3d visualization of data?

do need compile 100+ 2d scalar arrays larger 3d one?

cheers!

you're going need give little more information, because how visualize depends on want out of it! note question going have multiple possible answers, you're trying display information inherently 3d on 2d screen.

one way create movie of 2d "surface" plots, , play them back. plotting slices 1 after another.

if want view 3d data @ once, can't, don't know of volumetric plotting tools python. closest thing mayavi

if give more information on want accomplish, detail possible, can point more specific examples/code resources.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -