macosx
cursors break with images
#20797
Comments
This works on v3.2.2, but not 3.3.0 and later. I'm not able to build 3.2.2 locally, so can't do a bisect to figure it out exactly. A quick diff of the |
Could it be related to the mouse tracking changes in #16992? |
I guess trying to display a 2-line status message may make macosx unhappy? No other idea for now... |
Yep, this seems to be correct. Removing the newline here fixes the issue: matplotlib/lib/matplotlib/backend_bases.py Line 3060 in b600026 I'm not sure what that means for fixing this though - I guess there's a bug somewhere in the |
@QuLogic, I just tested the
macosx
cursors a bit. It didn't have anything to do with this PR. Master is the same behavior as 3.4.2.Somehow it has to do with the plotted mappable on the axes...
It works properly for contourf, but not for imshow/pcolormesh. The cursor works as expected for all mappables with
qt5agg
.Originally posted by @greglucas in #20620 (comment)
The text was updated successfully, but these errors were encountered: