Open swiss-knight opened 6 years ago
Try passing grow_limits=False
to scatter, I don't 'offically' support pandas, make sure you pass a numpy array to ipyvolume, that should always work.
Tried, but didn't work, as points stayed out of view. Downcasting to numpy worked, thanks!
When trying to run this notebook: https://github.com/rockestate/point-cloud-processing/blob/master/notebooks/point-cloud-processing.ipynb
I encountered this error when reaching this command:
resulting in such error message:
I cannot figure out why and it seems related to pandas as well, so please let me know if it's better to post an issue for this latter package instead. :)
Here are my
pandas
andipyvolume
versions:I am using Ubuntu 16.04 with Python 3.5.2.