We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 data tip is right, but the position is not.
The text was updated successfully, but these errors were encountered:
You're gonna need to give me an MWE, I'm not really sure what I'm looking at.
Sorry, something went wrong.
This issue can be linked to #151
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.
I have already raised an issue on Makie. MakieOrg/Makie.jl#4497
No branches or pull requests
The data tip is right, but the position is not.
The text was updated successfully, but these errors were encountered: