SyntaxFix
Write A Post
Hire A Developer
Questions
import matplotlib.pyplot as plt image = plt.imread('images/my_image4.jpg') plt.imshow(image)
Using 'matplotlib.pyplot.imread' is recommended by warning messages in jupyter.