You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the bottom right you can see the coordinates of the mouse cursor and the value of the array you are moving over. This works fine on the coloured tiles. But I also expect to get no value when I move my mouse over the white plates.
On the top and on the right side, this does happen. But not on the bottom and on the left. If you move your mouse to the position, lets say (-0.5, 2.5), you will still get a value. That makes no sense to me.
Expected outcome
No values on all white tiles.
Matplotlib version
Operating system: Windows 10 Home, 1809
Matplotlib version: 3.0.3
Matplotlib backend: TkAgg
Python version: 3.7.2
Other libraries: Numpy 2.16.2
The text was updated successfully, but these errors were encountered:
Max16hr
changed the title
Matplotlib: imshow gives values out of the extent
Imshow gives values out of the extent
Mar 28, 2019
Uh oh!
There was an error while loading. Please reload this page.
Bug summary
With imshow() you get an image with values outside the extent being set.
Code for reproduction
Actual outcome
On the bottom right you can see the coordinates of the mouse cursor and the value of the array you are moving over. This works fine on the coloured tiles. But I also expect to get no value when I move my mouse over the white plates.
On the top and on the right side, this does happen. But not on the bottom and on the left. If you move your mouse to the position, lets say (-0.5, 2.5), you will still get a value. That makes no sense to me.
Expected outcome
No values on all white tiles.
Matplotlib version
The text was updated successfully, but these errors were encountered: