MakieOrg / MakieTeX.jl

TeX integration in Makie
http://makieorg.github.io/MakieTeX.jl/
MIT License
91 stars 12 forks source link

Blue box with GLMakie+Pluto #57

Open behinger opened 2 weeks ago

behinger commented 2 weeks ago

I tried using the package, but I only get a blue box: grafik

I first tried with tectonic - but also tested it with a fresh installed latexmk

GLMakie works though

Julia 1.10.1 - MakieTeX v0.4.2

asinghvi17 commented 2 weeks ago

Huh, you mean that this only fails on Pluto and not in a GLFW screen?

behinger commented 2 weeks ago

sorry, I haven't tried with a GLFW. GLMakie in Pluto; CairoMakie works too :)

asinghvi17 commented 2 weeks ago

Sorry, by GLFW I meant the native GLMakie screen.

I can confirm your other issue but I can't replicate this one if you set e.g GLMakie.inline!(false). Haven't tried in Pluto yet though, will give that a go today.

I can see your scale factor / resolution issue though, that's more to do with how I implemented teximg. It's fixable but just needs a bit of work.