Commit 76d01245 authored by Uridah Sami Ahmed's avatar Uridah Sami Ahmed Committed by Soumith Chintala
Browse files

lena() is no longer included in SciPy, replacing it with face() (#91)

parent d5eab760
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
} }
], ],
"source": [ "source": [
"lena = scipy.misc.lena()\n", "lena = scipy.misc.face()\n",
"plt.gray()\n", "plt.gray()\n",
"plt.imshow(lena, interpolation='nearest')\n", "plt.imshow(lena, interpolation='nearest')\n",
"lena = lena[:100, 300:]\n", "lena = lena[:100, 300:]\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment