Makie.jl icon indicating copy to clipboard operation
Makie.jl copied to clipboard

a few improvements for inspector hover task

Open SimonDanisch opened this issue 5 months ago • 2 comments

This closes the loop more reliably

SimonDanisch avatar Jun 13 '25 16:06 SimonDanisch

Benchmark Results

SHA: 1318b29652663f419bf944484605500e32abc3a3

[!WARNING] These results are subject to substantial noise because GitHub's CI runs on shared machines that are not ideally suited for benchmarking.

GLMakie CairoMakie WGLMakie

MakieBot avatar Jun 13 '25 17:06 MakieBot

This causes errors on hover (which dont trigger on master)

f,a,p = scatter(rand(10))
DataInspector(f)
display(f)
GLMakie.closeall()
f

ffreyer avatar Jun 13 '25 18:06 ffreyer