Update plot_rag examples to use skimage.future

This commit is contained in:
Juan Nunez-Iglesias
2015-02-03 15:10:54 +11:00
parent eeaf766291
commit 483d7d669b
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ The example below also shows how to use a custom function to select the larger
weight instead.
"""
from skimage.graph import rag
from skimage.future.graph import rag
import networkx as nx
from matplotlib import pyplot as plt
import numpy as np