corrected colors import

This commit is contained in:
Vighnesh Birodkar
2016-01-06 15:06:18 -05:00
committed by Vighnesh Birodkar
parent caba3041d1
commit 4041fc6354
+1 -1
View File
@@ -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)