pywwt icon indicating copy to clipboard operation
pywwt copied to clipboard

Add text annotations

Open philrosenfield opened this issue 7 years ago • 3 comments

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.

philrosenfield avatar Jan 29 '18 16:01 philrosenfield