Switched lena for astronaut

This commit is contained in:
Nicolas Rougier
2015-08-28 21:08:57 +02:00
parent 239574a2c4
commit 31f44f475f
+1 -1
View File
@@ -44,7 +44,7 @@ image:
from skimage import data
import matplotlib.pyplot as plt
image = data.lena()
image = data.astronaut()
fig = plt.figure( figsize=(14,7) )
ax_each = fig.add_subplot(121)