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

Add support for ipyvolume scatter viewer #48

Merged
merged 25 commits into from
Sep 4, 2024

Conversation

Carifio24
Copy link
Member

@Carifio24 Carifio24 commented Sep 4, 2024

This PR enables support for glue-jupyter's ipyvolume scatter viewer. This involved a bit of refactoring to make the scatter export methods flexible in order to support both viewer types. Currently the ipyvolume scatter export options class doesn't have any fields - the sphere geometry in ipyvolume has particular resolutions in both theta and phi, so we go with that. The same is true for the diamond geometry (it's actually just a very low-res sphere), and the box doesn't really have any options.

I couldn't get the circle2d geometry to work (it doesn't show anything for me in the viewer), but for that case we use spheres, just like vispy does.

@Carifio24 Carifio24 mentioned this pull request Sep 4, 2024
@Carifio24 Carifio24 added enhancement New feature or request Jupyter Related to Jupyter export tools labels Sep 4, 2024
@Carifio24 Carifio24 added the ipyvolume Related to export from ipyvolume viewers label Sep 4, 2024
@Carifio24 Carifio24 merged commit 8f3bae9 into glue-viz:master Sep 4, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ipyvolume Related to export from ipyvolume viewers Jupyter Related to Jupyter export tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant