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

Bar of LaTeX fraction in legend label gets plotted behind the white background #4722

Closed
3 tasks done
cyanescent opened this issue Jan 14, 2025 · 0 comments · Fixed by #4723
Closed
3 tasks done

Bar of LaTeX fraction in legend label gets plotted behind the white background #4722

cyanescent opened this issue Jan 14, 2025 · 0 comments · Fixed by #4723
Labels
bug Makie Backend independent issues (Makie core) text transformation related to `Transformation` objects

Comments

@cyanescent
Copy link

cyanescent commented Jan 14, 2025

  • what version of Makie are you running? 0.22 or 0.21
  • can you reproduce the bug with a fresh environment ? (]activate --temp; add Makie)
  • What platform + GPU are you on? Linux, Wayland, AMD Ryzen 4800H (iGPU)

Similar to #4006 , here is a MWE of this bug, as well as a workaround (commented):

using GLMakie
f=Figure()
ax=Axis(f[1,1])
lines!(ax,[1]; label=L"\frac{1}{2}") #, backgroundcolor=:transparent)
axislegend(ax)
display(f)
@cyanescent cyanescent added the bug label Jan 14, 2025
@ffreyer ffreyer added Makie Backend independent issues (Makie core) text transformation related to `Transformation` objects labels Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Makie Backend independent issues (Makie core) text transformation related to `Transformation` objects
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants