however it rotates image by 90 degrees why is that so?
Oh, sorry, I should have rotated the image first in the above example, as you mentioned. For the long saga on default orientations check out here and here. I believe there is an open PR for image
(Logical image() argument names & defaults to make images look like images · Issue #524 · MakieOrg/Makie.jl · GitHub), but no sure what the current status on that is
how do you save an image, I have tried with save(f, "location.jpg), but doesn’t work
Just flip the args (https://makie.juliaplots.org/stable/documentation/figure_size/index.html)