I am trying to plot an image in Makie.jl however the image I get is flipped (both vertically and horizontally) for some reason. However when I plot the image in Plots.jl I get the perfect output.
The reason it works like this is that the first dimension of the image matrix is mapped to x and the second to y just like all other plotting functions. But arguably there should be an option to change that behavior