Skip to content

Commit 7b84279

Browse files
authored
Update blog04-image05.py
1 parent 316870a commit 7b84279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blog04-blur/blog04-image05.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#显示图形
1414
titles = ['Source Image', 'GaussianBlur Image']
1515
images = [source, result]
16-
for i in xrange(2):
16+
for i in range(2):
1717
plt.subplot(1,2,i+1), plt.imshow(images[i], 'gray')
1818
plt.title(titles[i])
1919
plt.xticks([]),plt.yticks([])

0 commit comments

Comments
 (0)