Makie: text coordinates relative to the edges of the Axis

text("hello", space = :relative, position = Point2f(0.1, 0.9))
text!("bye", space = :relative, position = Point2f(0.5, 0.5))
current_figure()

2 Likes