Open
Description
Documentation Link
https://matplotlib.org/devdocs/api/image_api.html#matplotlib.image.imread
Problem
We flag the imread function with a note that it's not recommended, so we should follow our own guidance and replace usages of imread with PIL when possible.
Suggested improvement
Marking this as a good first issue since it's replacing the usage of imread
in the code and examples with PIL.Image.open when possible.