Update plot_ncut example to use skimage.future

This commit is contained in:
Juan Nunez-Iglesias
2015-02-03 15:13:02 +11:00
parent 483d7d669b
commit 5bd36730fc
+2 -1
View File
@@ -12,7 +12,8 @@ References
Pattern Analysis and Machine Intelligence, Pattern Analysis and Machine Intelligence,
IEEE Transactions on, vol. 22, no. 8, pp. 888-905, August 2000. IEEE Transactions on, vol. 22, no. 8, pp. 888-905, August 2000.
""" """
from skimage import graph, data, io, segmentation, color from skimage import data, io, segmentation, color
from skimage.future import graph
from matplotlib import pyplot as plt from matplotlib import pyplot as plt