Activity 1.4.3 Arrays and Images - Mr. Meserve's Class

# Create figure with 1 subplot. fig, ax = plt.subplots(1, 1) # Show the image data in a subplot. ... The imread() function is not a method being called on an object here; plt was the nickname we assigned to the matplotlib.pyplot library when we imported it. The imread() function takes a string that is the name of the image file. It returns an ... ................
................