Answers for "matplotlib show image as grayscale"

3

imshow grayscale

plt.imshow(im, cmap='gray')
Posted by: Guest on July-31-2020

Code answers related to "matplotlib show image as grayscale"

Python Answers by Framework

Browse Popular Code Answers by Language