scatter-gl icon indicating copy to clipboard operation
scatter-gl copied to clipboard

Interactive 3D / 2D webgl-accelerated scatter plot point renderer

Results 69 scatter-gl issues
Sort by recently updated
recently updated
newest added

fixes table formatting

Currently in 3D mode, it is possible to define a set of points in the space such that performing a specific rotation of that space hides the entire dataset behind...

Hi, I would like to implement a scenario in which we can show the labels for x, y and z axis for 3D scatter plot.

Hi, When I change the dimension from 3D to 2D and vice versa using the `setDimensions(nDimensions: number)` method, the original camera parameters (camera position & camera zoom)which were passed in...

Hi, I have this requirement to horizontally and vertically scroll the scatter-plot. When we are zoomed in, it becomes difficult to see the hidden data points. I understand that we...

Toggling data points on/off is a very useful feature, but we're not handling this case explicitly (either removing them entirely, or changing their color, which messes up mouse handling)

**Describe the current behavior** Given a dataset of (x, y, z) points, if all values of the z dimension are the same, the points will not appear on the visualizer....

We could convert Dataset to an interface with getX(index), getY(index), getZ(index) methods so users could store positions how they desire.