-
Notifications
You must be signed in to change notification settings - Fork 49
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
axis = (; xlabelvisible = false)
doesn't work if mapping.col is used
#557
Comments
Hm that doesn't work because the label is not an axis |
So in AoG, if you have faceting, how would you change the label of individual axes? Aka, how to access that label/property? |
What do you mean by "individual axes"? Usually in facetting, if the same label appears under every axis, they're merged. The label is the one passed in the |
Going to close this one as the canonical ways in Makie to hide the x label are either |
Bug description
axis = (; xlabelvisible = false)
doesn't work ifmapping.col
is usedSteps to reproduce
Images
Version info
Julia Version 1.10.0
Commit 3120989f39b (2023-12-25 18:01 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 128 × AMD EPYC 7452 32-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, znver2)
Threads: 1 on 128 virtual cores
Environment:
JULIA_EDITOR = code
JULIA_NUM_THREADS =
JULIA_DEBUG = UnfoldMakie
AlgebraOfGraphics v0.8.7
CairoMakie v0.12.9
The text was updated successfully, but these errors were encountered: