Published
- 1 min read
imshow grayscale
The solution for this is noted below
imshow grayscale
Solution
plt.imshow(im, cmap='gray')
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
plt.imshow(im, cmap='gray')
Try other methods by searching on the site. That is if this doesn’t work