Opened 8 years ago
Closed 8 years ago
#762 closed defect (fixed)
Histogram mouse over does not work on Mac retina display
Reported by: | Tom Goddard | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Platform | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Mousing over a histogram of pseudobond lengths does not highlight the pseudobond on Mac retina displays because the mouse coordinates are off by a factor of 2. This is a bug in matplotlib 2.0.2 but not matplotlib 1.5 which we were using until some months ago (~feb 2017).
open 6bna
crosslink hist #1.1
# Mouse over histogram to highlight specific pseudbonds
This bug also means context sensitive menus for mouse clicks on "contact plot" network diagrams do not work correctly.
Note:
See TracTickets
for help on using tickets.
I put in a hack to fix this by multiplying mouse positions by 2 on retina displays.