ipyvolume
ipyvolume copied to clipboard
Scatter Plot doesn't display any markers
I cannot see any marker points in a scatter plot on Firefox (v 89.0.2). Not while running the code in JupyterLab 3 nor on the Documentation page. It works well on Chrome but fails to render any markers on Firefox.
It is able to render surfaces (like the human head from that particular example) but not markers.
And I can't seem to launch the binder either.
I had the same issue and found that if the data type is not float the points are not displayed. Maybe that helps?
None the less, the implementation should either raise an exception or try to convert the input instead of silently failing