Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The position of the data tip drawn is inconsistent with the position of the mouse #150

Open
FaresX opened this issue Oct 1, 2024 · 4 comments

Comments

@FaresX
Copy link

FaresX commented Oct 1, 2024

The data tip is right, but the position is not.
datatipbug

@JamesWrigley
Copy link
Collaborator

You're gonna need to give me an MWE, I'm not really sure what I'm looking at.

@FaresX
Copy link
Author

FaresX commented Oct 7, 2024

This issue can be linked to #151

@FaresX
Copy link
Author

FaresX commented Oct 17, 2024

I found that this issue is GLMakie's own.

using GLMakie
f = Figure()
ax = Axis(f[1,1])
heatmap!(ax, rand(100, 100))
DataInspector(f)
empty!(f)
ax = Axis(f[1,1])
heatmap!(ax, rand(100, 100))
DataInspector(f)
f

Run the codes above and resize the figure to reproduce this issue.

@FaresX
Copy link
Author

FaresX commented Oct 17, 2024

I have already raised an issue on Makie. MakieOrg/Makie.jl#4497

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants