From 5bd36730fc2cd2aa160ef00246fb3635cf334a0a Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Tue, 3 Feb 2015 15:13:02 +1100 Subject: [PATCH] Update plot_ncut example to use skimage.future --- doc/examples/plot_ncut.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/examples/plot_ncut.py b/doc/examples/plot_ncut.py index 6b8a62ab..5596a297 100644 --- a/doc/examples/plot_ncut.py +++ b/doc/examples/plot_ncut.py @@ -12,7 +12,8 @@ References Pattern Analysis and Machine Intelligence, 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