Representing voxels with matplotlib
In Python, given a N_1 x N_2 x N_3
matrix containing either 0s or 1s, I would be looking for a way to display the data in 3D as a N_1 x N_2 x N_3
volume with volumic pixels (voxels) at the location of 1s.
In Python, given a N_1 x N_2 x N_3
matrix containing either 0s or 1s, I would be looking for a way to display the data in 3D as a N_1 x N_2 x N_3
volume with volumic pixels (voxels) at the location of 1s.