Hello,
In Matplotlib, it is possible to introduce text in the figures relative to the edges of the axis and not depending on the size of the particular plot you have. For example, you could place a text at (0.1, 0.1), which means 10% of the axis size in both the x and y direction, no matter what you are plotting.
Is there a similar option currently in Makie?