Sembunyikan grid imshow
plt.imshow(myImage)
plt.grid(None) <---- this should remove that white grid
Real Raccoon
plt.imshow(myImage)
plt.grid(None) <---- this should remove that white grid