Fix even more tests still importing skimage.graph

This commit is contained in:
Juan Nunez-Iglesias
2015-02-03 16:20:15 +11:00
parent 9cbeeca0df
commit e5fe82d6f3
3 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -365,7 +365,8 @@ def draw_rag(labels, rag, img, border_color=None, node_color='#ffff00',
Examples
--------
>>> from skimage import data, graph, segmentation
>>> from skimage import data, segmentation
>>> from skimage.future import graph
>>> img = data.coffee()
>>> labels = segmentation.slic(img)
>>> g = graph.rag_mean_color(img, labels)