Skip to content

Commit c98c8a0

Browse files
committed
Add note about alternative to lena
1 parent e5099ce commit c98c8a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/api_changes/2015-08-16_remove_lena_from_sample_data.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ Removed `Lena` images from sample_data
33

44
The lena.png and lena.jpg images have been removed from matplotlibs sample_data
55
directory. The images are also no longer available from
6-
`matplotlib.cbook.get_sample_data`
6+
`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

Comments
 (0)