rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
262 stars 38 forks source link

Add definitions for expand_dimensions to the Makie extension #747

Closed asinghvi17 closed 1 week ago

asinghvi17 commented 1 week ago

Partially fix #720, fix the issue I was having with plotting Rasters in GeoMakie's meshimage as well.

asinghvi17 commented 1 week ago

Looks like a Plots.jl version conflict causing some form of downgrade in the nightly CI

rafaqz commented 1 week ago

Ah right. I've just been ignoring nightly 😅

asinghvi17 commented 1 week ago

Nice lol. If all the CI passes then this looks good to merge to me - I can confirm that my GeoMakie issue is resolved with this.