Answers for "hide grid imshow"

0

hide grid imshow

plt.imshow(myImage)
plt.grid(None)   <---- this should remove that white grid
Posted by: Guest on October-28-2021

Python Answers by Framework

Browse Popular Code Answers by Language