Phil Rosenfield

Results 6 issues of Phil Rosenfield

Perhaps not all of them, but a nice subset. Beyond this being useful for Qt/Jupyter folks, this should expose issues on with the merging of the original pywwt Windows into...

help wanted
good first issue
documentation

I think we need a means to export a session that conserves interactivity (so beyond rendering an image). In the wwt clients, this is a .wtt tour file. However, I...

enhancement

It would be useful when using pywwt as a script (for example) to bound the interactive space to a specific area. For example, if you were showing M31 with overlays...

Need WWT info

It would be nice to add text with the other annotations for example, following[ matplotlib.text](https://matplotlib.org/api/text_api.html) ``` wwt.add_circle(center, radius=radius) wwt.add_text(string, xy=center, xytext=None, size=size, xycoords=canvas) ``` where xycoords would specify to tie...

enhancement
Need WWT info

I'm not sure the best way to do it, but when there are relevant example notebooks, they should probably go here: https://github.com/WorldWideTelescope/pywwt-notebooks The should also probably get referenced in the...

A 1-3 minute video on how to use pywwt in Jupyter lab would be very useful!