I used the following code to import a png grayscale image to sage. For some reason, when I display it, it is no longer grayscale (it is yellow/blue scale instead). I would appreciate any help figuring out why. Here is the code:
img=imread('einstein.png')
imshow(img)