summaryrefslogtreecommitdiff
path: root/doc/source/user/plot_face.py
diff options
context:
space:
mode:
authormelissawm <melissawm.github@gmail.com>2022-10-03 16:33:03 -0300
committermelissawm <melissawm.github@gmail.com>2022-10-03 16:33:03 -0300
commit399e0e859ca7874bd068bc3667e86c8410ca7b53 (patch)
tree52bd0d291bce979d359aaa70201b104d60965ae5 /doc/source/user/plot_face.py
parent25ed0312cfbbddb60aa8f1491248f03f9eca5caa (diff)
downloadnumpy-399e0e859ca7874bd068bc3667e86c8410ca7b53.tar.gz
DOC, MAINT: Remove unused files
These files should be deleted, as they were used on the SVD Tutorial which is now hosted at numpy/numpy-tutorials. [skip azp][skip travis]
Diffstat (limited to 'doc/source/user/plot_face.py')
-rw-r--r--doc/source/user/plot_face.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/source/user/plot_face.py b/doc/source/user/plot_face.py
deleted file mode 100644
index c0891e770..000000000
--- a/doc/source/user/plot_face.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from scipy import misc
-import matplotlib.pyplot as plt
-
-img = misc.face()
-plt.imshow(img)