We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
I'm plotting the same image (a numpy float32 array) withimshow(..., 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.
Hasimshow() changed between these two versions?
imshow()