We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5099ce commit c98c8a0Copy full SHA for c98c8a0
doc/api/api_changes/2015-08-16_remove_lena_from_sample_data.rst
@@ -3,4 +3,6 @@ Removed `Lena` images from sample_data
3
4
The lena.png and lena.jpg images have been removed from matplotlibs sample_data
5
directory. The images are also no longer available from
6
-`matplotlib.cbook.get_sample_data`
+`matplotlib.cbook.get_sample_data`. We suggest usinge
7
+`matplotlib.cbook.get_sample_data('grace_hopper.png')` or
8
+`matplotlib.cbook.get_sample_data('grace_hopper.jpg')` instead.
0 commit comments