begin
plot(randn(100), ylabel="y1", leg=:topright)
plot!(twinx(), randn(100)*10,
c=:red,
ylabel="y2",
leg=:bottomright,
size=(600, 400))
plot!(right_bottom=10Plots.mm)
end
I have chaged mm to Plots.mm, but I guess it’s not the issue. Just restart julia session or upgrade julia version. My result is obtained in julia 1.9.0 and Plots v1.38.11.
I tried this and still, they are both on the same side. I upgraded both Julia and plots too.
Not sure what is causing this, or how I can force it to be on the other side.