ipyvolume icon indicating copy to clipboard operation
ipyvolume copied to clipboard

Scatter Plot doesn't display any markers

Open HNLala opened this issue 3 years ago • 2 comments

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. Screenshot from 2021-07-06 02-22-39

It is able to render surfaces (like the human head from that particular example) but not markers.

Screenshot from 2021-07-06 02-20-02

And I can't seem to launch the binder either.

HNLala avatar Jul 06 '21 00:07 HNLala

I had the same issue and found that if the data type is not float the points are not displayed. Maybe that helps?

chrisgee avatar Jul 29 '21 13:07 chrisgee

None the less, the implementation should either raise an exception or try to convert the input instead of silently failing

chrisgee avatar Jul 29 '21 13:07 chrisgee