-
Notifications
You must be signed in to change notification settings - Fork 9
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
Cryptic error message when using PairPlots without Makie backend loaded #15
Comments
Thanks for the report. |
That explains it! Ref this Pluto PR I'll test with CairoMakie |
I can make it work if I do |
Thanks @pankgeorg. I'm going to leave this open for now as the error message should be improved. |
I just tested this in a terminal and I get a pretty good error message from Makie itself: julia> pairplot(t)
Error showing value of type Makie.Figure:
ERROR: No backend available!
Make sure to also `import/using` a backend (GLMakie, CairoMakie, WGLMakie).
If you imported GLMakie, it may have not built correctly.
In that case, try `]build GLMakie` and watch out for any warnings.
Stacktrace:
[1-9] ⋮ internal
@ Base, Makie, AbbreviatedStackTraces, REPL, Unknown
[10] (::REPL.var"#do_respond#80"{Bool, Bool, …})(s::REPL.LineEdit.MIState, buf::Any, ok::Bool)
@ REPL ~/julia/usr/share/julia/stdlib/v1.9/REPL/src/REPL.jl:897
[11] (::VSCodeServer.var"#98#101"{REPL.var"#do_respond#80"{Bool, Bool, …}})(mi::REPL.LineEdit.MIState, buf::IOBuffer, ok::Bool)
@ VSCodeServer ~/.vscode-server/extensions/julialang.language-julia-1.45.1/scripts/packages/VSCodeServer/src/repl.jl:122
[12-15] ⋮ internal
@ REPL.LineEdit, REPL, Unknown
Use `err` to retrieve the full stack trace. When you used PairPlot by itself (not with DisplayAs) was there an error message? Or did it just print |
It just printed |
I believe there is an issue in the show method:
stacktrace
PairPlots.jl v1.0.0
DisplayAs v0.1.6
Pluto v0.19.19
The text was updated successfully, but these errors were encountered: