diff --git a/doc/examples/plot_rag_boundary.py b/doc/examples/plot_rag_boundary.py index fb2e51a5..b35ec221 100644 --- a/doc/examples/plot_rag_boundary.py +++ b/doc/examples/plot_rag_boundary.py @@ -8,7 +8,7 @@ This example demonstrates construction of region boundary based RAGs with the """ from skimage.future import graph from skimage import data, segmentation, color, filters, io -from matplotlib import pyplot as colors +from matplotlib import colors img = data.coffee() gimg = color.rgb2gray(img)