Minor fixes

This commit is contained in:
François Boulogne
2016-06-18 23:39:09 +02:00
parent 2137aed5ec
commit d870bcc5df
3 changed files with 2 additions and 20 deletions
@@ -49,9 +49,6 @@ plt.show()
# the best algorithm for you data without a deep understanding of their
# mechanisms.
import matplotlib.pyplot as plt
from skimage import data
from skimage.filters import thresholding
img = data.page()
@@ -61,7 +58,3 @@ img = data.page()
fig, ax = thresholding.try_all_threshold(img, radius=20,
figsize=(10, 8), verbose=False)
plt.show()