regl-scatterplot icon indicating copy to clipboard operation
regl-scatterplot copied to clipboard

Scalable WebGL-based scatter plot library build with Regl

Results 34 regl-scatterplot issues
Sort by recently updated
recently updated
newest added

I would like to active the **lassoInitiator** functionality to avoid to use the extra shift button to init the lasso functionality. I activated it one time from this piece of...

unclear

Hello! We encountered a bug using the latest version of the regl-scatterplot package, which breaks the displaying of dots when we try to hide/show the drawn points. The bug could...

bug

Is ability to draw contours will be available anytime in the near future?

new feature
question

Hi! Currently regl-scatterplot renders the items in the order they appear in the arrays. This means that outliers (high or low values) can be obscured by other dots on the...

wontfix
improvement

Greetings! Do you know if it would be possible to run most of this library in a worker? Perhaps by using an [OffscreenCanvas](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas). Perhaps the `number[]`'s that are passed in...

improvement

Hi. When I am using browser's printing function, the scatterplot does not redraw itself and instead just stretches last canvas content into the new one. It is possible to detect...

improvement

Bumps [got](https://github.com/sindresorhus/got) to 11.8.6 and updates ancestor dependency [tape-run](https://github.com/juliangruber/tape-run). These dependencies need to be updated together. Updates `got` from 9.6.0 to 11.8.6 Release notes Sourced from got's releases. v11.8.6 Destroy...

dependencies

Bumps [electron](https://github.com/electron/electron) to 26.3.0 and updates ancestor dependency [tape-run](https://github.com/juliangruber/tape-run). These dependencies need to be updated together. Updates `electron` from 12.2.3 to 26.3.0 Release notes Sourced from electron's releases. electron v26.3.0...

dependencies

This PR introduces an option to dynamically pick the point size ## Description > What was changed in this pull request? With this PR the user can set the`sizeBy` to...

### Abstact (Enhancement) Currently, the library uses the same mouse cursor for all mouse modes (pan/zoom, lasso, rotate). This can be confusing for users who may not realize which mode...

improvement