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

Not able to 3d Scatters #366

Open
nikhilshinde08 opened this issue Jun 3, 2021 · 2 comments
Open

Not able to 3d Scatters #366

nikhilshinde08 opened this issue Jun 3, 2021 · 2 comments

Comments

@nikhilshinde08
Copy link

I have installed the conda install -c glueviz glue-vispy-viewers yet its not showing 3d scatters options

@stking74
Copy link

stking74 commented Aug 5, 2021

I was able to enable the 3D scatter and 3D volume viewers on my installation by modifying the file \glue_vispy_viewers\extern\vispy\util\ptime.py

After changing all instances of systime.clock() to systime.time(), the 3D visualization options now load and render correctly.

Screenshot 2021-08-05 141720

@dhomeier
Copy link
Contributor

dhomeier commented Oct 22, 2022

I was able to enable the 3D scatter and 3D volume viewers on my installation by modifying the file \glue_vispy_viewers\extern\vispy\util\ptime.py

That would address a problem with the vispy library itself, but that has not been bundled with glue-vispy-viewers since version 1.0.0. You'd now install a current vispy version on its own (or conda would do it for you automatically).

The original issue however may relate to incompatibilities with the most recent vispy versions; these have only just been fixed here, and the fixed version (1.0.6, supporting vispy 0.11) should be available through conda sometime soon after it's released.

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

No branches or pull requests

3 participants