Text Annotation



using AbstractPlotting

text(
    ". This is an annotation!",
    position = (300, 200),
    align = (:center,  :center),
    textsize = 60,
    font = "Blackchancery"
)