I want to make a double yaxis in Makie, so that one y axis on the left and has its own values, and the other is on the right and has its own values, while they share x axis.
For example to do this in PyPlot one would follow https://matplotlib.org/gallery/api/two_scales.html and get
How is this done in Makie.jl? If the answer could say how to also color the axis, then double points from me!

