Anshul Singhvi
Anshul Singhvi
We should add that to the homepage as a prominent hero card as well!
I believe you could also make the labels rich text? Then it should be simpler
Could it be that your `px_per_unit` is wrong, and the images are being saved at a higher resolution maybe? I wonder if you get the same results for CairoMakie, which...
I just ran into an issue trying to plot a Raster using GeoMakie :D Consider the following: ```julia using RasterDataSources, Rasters, ArchGDAL, CairoMakie, GeoMakie ras = Raster(EarthEnv{HabitatHeterogeneity}, :homogeneity) # habitat...
FYI, ```julia function Makie.expand_dimensions(::Makie.ImageLike, raster::AbstractRaster) return Makie.convert_arguments(Makie.ImageLike(), raster) end ``` just works. I ran into this issue with GeoMakie's meshimage recently while trying to plot a Raster through it. We...
Yeah we just need to add expand dimensions for each trait to make DimArray handling generic across traits!
https://github.com/rafaqz/DimensionalData.jl/blob/58dedd6f6a6381f9882bbb59981972be72d73763/ext/DimensionalDataMakie.jl#L353-L357 seems like piracy if I understand correctly?
I'll fix in the PR and see if anything breaks :D
Unfortunately #747 doesn't seem to solve the issue of dimensional axes. I can't actually see where the stack overflow is happening though.
You may want to set `prettyurls=false` to avoid this...