From 4041fc635410bd719adad93f2497c6ba227c2de5 Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Wed, 6 May 2015 01:02:01 +0530 Subject: [PATCH] corrected colors import --- doc/examples/plot_rag_boundary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)