pywwt
pywwt copied to clipboard
Add text annotations
It would be nice to add text with the other annotations for example, following matplotlib.text
wwt.add_circle(center, radius=radius)
wwt.add_text(string, xy=center, xytext=None, size=size, xycoords=canvas)
where xycoords would specify to tie the text to the WWT base layer or to the monitor.