This commit is contained in:
François Boulogne
2013-10-14 16:14:30 +02:00
parent 5a0878da91
commit eb4c5c9ee4
12 changed files with 17 additions and 19 deletions
-1
View File
@@ -60,4 +60,3 @@ for ax in axes:
ax.axis('off')
plt.subplots_adjust(hspace=0.01, wspace=0.01, top=1, bottom=0, left=0, right=1)
plt.show()
-1
View File
@@ -22,7 +22,6 @@ voxel spacing is not equal for every spatial dimension, through use of the
"""
import numpy as np
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
from mpl_toolkits.mplot3d.art3d import Poly3DCollection
from skimage import measure