mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-13 12:40:24 +08:00
Update plot_rag examples to use skimage.future
This commit is contained in:
@@ -6,7 +6,8 @@ Drawing Region Adjacency Graphs (RAGs)
|
||||
This example constructs a Region Adjacency Graph (RAG) and draws it with
|
||||
the `rag_draw` method.
|
||||
"""
|
||||
from skimage import graph, data, segmentation
|
||||
from skimage import data, segmentation
|
||||
from skimage.future import graph
|
||||
from matplotlib import pyplot as plt, colors
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user