Improve long rank filter example

This commit is contained in:
Johannes Schönberger
2013-07-12 23:16:50 +02:00
parent d1e0949533
commit d6fb12a493
2 changed files with 237 additions and 185 deletions
-1
View File
@@ -20,7 +20,6 @@ image = img_as_ubyte(data.camera())
fig, (ax0, ax1) = plt.subplots(ncols=2, figsize=(10, 4))
img0 = ax0.imshow(image, cmap=plt.cm.gray)
ax0.set_title('Image')
ax0.axis('off')