We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'm plotting the same image (a numpy float32 array) with imshow(..., interpolation='bilinear') on matplotlib 2.0.0 and 2.0.2.
imshow(..., interpolation='bilinear')
Click to see in full:
On 2.0.0 the image is perfectly smooth. However, on 2.0.2 there are noticeable pixelization effects.
Has imshow() changed between these two versions?
imshow()