regl-scatterplot
regl-scatterplot copied to clipboard
Scalable WebGL-based scatter plot library build with Regl
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...
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...
Is ability to draw contours will be available anytime in the near future?
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...
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...
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...
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...
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...
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...