Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support saving a static image in Jupyter widget for interactive-figure creation #246

Open
pkgw opened this issue Sep 26, 2019 · 0 comments

Comments

@pkgw
Copy link
Contributor

pkgw commented Sep 26, 2019

When creating an interactive figure for the AAS journals, the interactive should be accompanied by a static image, which stands in for the interactive experience in static formats (PDF) and in cases where the user is unable to experience the interactive (slow internet, accessibility limitations). pywwt should make it easy to create such a static view in the same way as the aas-timeseries tool.

The Qt widget has the render method, but I don't believe there is an equivalent in the Jupyter version (possibly in part due to #210?). We expect interactive-figure creation to be done primarily through the Jupyter interface, so this functionality should be added. If the Jupyter call signature can match that of the Qt version, that would be desirable. (More desirable, I think, than presenting the same API as aas-timeseries.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant