-
Notifications
You must be signed in to change notification settings - Fork 225
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
2D Snapshot #179
Comments
Hi @daavoo
But unfortunately the last line gets stuck and disconnects the runtime. |
@dorodnic It looks like that Google's collaboratory does not have support for ipython widgets (googlecolab/colabtools#60) wich makes the pythreejs backend fail. We have recently added support for binder wich should serve as an alternative to Google's Colab ( without GPU). Could you try if binder serve as a solution for your needs?? I will try to add to pyntcloud an alternative static plottig backend (maybe matplotlib). Regardless I hope that Google's Colab will add support for ipywidgets on soon. |
@dorodnic After launching binder you can find examples of the pythreejs backend and other functionalities under the |
Thank you for the suggestion, I will give it a try! |
It worked! Thank you 👍 |
A static backend has been added in #215 using matplotlib. It is quite slow and it requires you to set the elevation It supports the argument cloud.plot(backend="matplotlib", use_as_color="x", elev=0, azim=90, initial_point_size=0.01) @dorodnic I'm currently working on a http://vispy.org/ backend wich would be interactive but it works outside jupyter notebooks, not sure if that would be interesting for you. Closing this, feel free to reopen if you consider that the issue has not been solved. |
Is there a way to get a single, fixed, 2D snapshot of the point-cloud?
I'm having some trouble embedding the IFrame created by plot in Google's Collaboratory -
localhost refused to connect.
A static snapshot would help, even if it is not interactive.
The text was updated successfully, but these errors were encountered: