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

Not working with CairoMakie #16

Open
davibarreira opened this issue Sep 15, 2021 · 8 comments
Open

Not working with CairoMakie #16

davibarreira opened this issue Sep 15, 2021 · 8 comments

Comments

@davibarreira
Copy link

I'm trying to use it with CairoMakie, but it's not working. Instead, I get just the usual "text" one gets when trying to plot an image in the REPL without KittyTerminalImages.jl.

I'm running the latest stable version of Makie.jl (v 0.15) and Julia 1.6.3.

I already tried using pushKittyDisplay! with no success.

@simonschoelly
Copy link
Owner

When I tried CairoMakie in the past, it worked for me, but I will try to reproduce the error. Can you try if using AbstractPlotting.inline!(true) can solve the problem?

@davibarreira
Copy link
Author

Is AbstractPlotting from CaiorMakie? Cause I get an error saying the function is not defined.

@simonschoelly
Copy link
Owner

AbstractPlotting is a Julia package, but apparently it has been moved inside Makie. Can you try

using Makie

Makie.inline!(true)

?

Weirdly I think I was able to reproduce your error, but suddenly it started working for me and now I can't reproduce it anymore. Maybe it was some special combination of package versions.

@davibarreira
Copy link
Author

Now it works! Thanks ;D
Great package, btw, thanks for coding it.

@davibarreira
Copy link
Author

Actually, there is still some issue. It's not working anymore O.o Very odd. I guess if you load CairoMakie before the Makie.inline!(true), you might run into some errors. I'm still trying to pin point if that's the actual case.

@davibarreira
Copy link
Author

Actually, it seems that the issue is that I'm running a floating terminal inside vim. :/

@jbrea
Copy link

jbrea commented Oct 19, 2022

KittyTerminalImages.jl worked great for me with CairoMakie until I updated recently to the new version CairoMakie 0.9. Now it doesn't work anymore. Any ideas how to fix this?

@jbrea
Copy link

jbrea commented Oct 28, 2022

KittyTerminalImages.jl worked great for me with CairoMakie until I updated recently to the new version CairoMakie 0.9. Now it doesn't work anymore. Any ideas how to fix this?

CairoMakie fixed this with the 0.9.1 release.

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

3 participants