I’d like to develop a PlotRecipe that would position the image matrix to the right place. Is there any example or tutorial how to achieve this axis transformation using PlotRecipes?
Thank you for your hints.
It’s a nice idea, I am not sure this is possible with just a recipe, though, but it should definitely be feasible to have this functionality. Try and have a look at how images are handled in the Plots code.
If there is an easy way to convert that image into a GMTimage type than you could do all you want with GMT.jl. And I would be interested in including the conversion code into the GMT.jl itself.