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
]st -m Makie
]activate --temp; add Makie
to reproduce:
using GLMakie times = 0:-0.4:-10000 upr = sin.(times) lwr = cos.(times) f = Figure() ax = Axis(f[1,1], xlabel = "Time (kyr)", ylabel = "Banana (-)") band!(ax, times, upr, lwr, label = "Hi!") axislegend() DataInspector() # doesn't play nice with band
then hover over the image and see the error messages start to appear:
Error in callback: TaskFailedException Stacktrace: [1] check_channel_state @ ./channels.jl:188 [inlined] [2] put! @ ./channels.jl:356 [inlined] [3] (::Makie.var"#1337#1341"{Channel{Nothing}})(::Tuple{Float64, Float64}, ::Tuple{Float64, Float64}) @ Makie ~/.julia/packages/Makie/ux0Te/src/interaction/inspector.jl:296 [4] invokelatest(::Any, ::Any, ::Vararg{Any}; kwargs::@Kwargs{}) @ Base ./essentials.jl:1055 [5] invokelatest(::Any, ::Any, ::Vararg{Any}) @ Base ./essentials.jl:1052 [6] (::Observables.OnAny)(value::Any) @ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:420 [7] #invokelatest#2 @ ./essentials.jl:1055 [inlined] [8] invokelatest @ ./essentials.jl:1052 [inlined] [9] notify @ ~/.julia/packages/Observables/YdEbO/src/Observables.jl:206 [inlined] [10] setindex!(observable::Observable, val::Any) @ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:123 [11] (::GLMakie.MousePositionUpdater)(::Makie.TickState) @ GLMakie ~/.julia/packages/GLMakie/87u59/src/events.jl:6 [12] #invokelatest#2 @ ./essentials.jl:1055 [inlined] [13] invokelatest @ ./essentials.jl:1052 [inlined] [14] notify @ ~/.julia/packages/Observables/YdEbO/src/Observables.jl:206 [inlined] [15] setindex! @ ~/.julia/packages/Observables/YdEbO/src/Observables.jl:123 [inlined] [16] pollevents(screen::GLMakie.Screen{GLFW.Window}, frame_state::Makie.TickState) @ GLMakie ~/.julia/packages/GLMakie/87u59/src/screen.jl:547 [17] on_demand_renderloop(screen::GLMakie.Screen{GLFW.Window}) @ GLMakie ~/.julia/packages/GLMakie/87u59/src/screen.jl:1033 [18] renderloop(screen::GLMakie.Screen{GLFW.Window}) @ GLMakie ~/.julia/packages/GLMakie/87u59/src/screen.jl:1061 [19] (::GLMakie.var"#79#80"{GLMakie.Screen{GLFW.Window}})() @ GLMakie ~/.julia/packages/GLMakie/87u59/src/screen.jl:922 nested task error: DimensionMismatch: arrays could not be broadcast to a common size: a has axes Base.OneTo(2) and b has axes Base.OneTo(3)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
]st -m Makie
)[ee78f7c6] Makie v0.22.2
]activate --temp; add Makie
)Arch Linux, laptop with integrated Intel graphics.
to reproduce:
then hover over the image and see the error messages start to appear:
The text was updated successfully, but these errors were encountered: