indentation correction

This commit is contained in:
Vighnesh Birodkar
2016-01-06 15:06:18 -05:00
committed by Vighnesh Birodkar
parent 3cf6c8b1ce
commit caba3041d1
3 changed files with 6 additions and 7 deletions
+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 plt, colors
from matplotlib import pyplot as colors
img = data.coffee()
gimg = color.rgb2gray(img)