image = skimage.io.imread(fname="data/maize-root-cluster.jpg") fig, ax = plt.subplots() plt.imshow(image) plt.show()