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

Dimension labels do not plot in Makie on 0.27.0 #703

Closed
xzackli opened this issue Apr 28, 2024 · 0 comments · Fixed by #704
Closed

Dimension labels do not plot in Makie on 0.27.0 #703

xzackli opened this issue Apr 28, 2024 · 0 comments · Fixed by #704

Comments

@xzackli
Copy link

xzackli commented Apr 28, 2024

Makie labels now show the dimension name instead of the label, probably because of changes in 0.27?

using Makie, CairoMakie, DimensionalData
using DimensionalData: @dim, YDim, XDim
@dim Lat YDim "latitude"
@dim Lon XDim "Longitude"
A = zeros( Lat(1:4), Lon(1:5) )
plot(A)

download

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

Successfully merging a pull request may close this issue.

1 participant