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

Scalable WebGL-based scatter plot library build with Regl

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

Hey @flekschas Thanks again for this great library. As an idea I was wondering how easy it would be to after selecting different regions with the lasso tool, to then...

improvement

In the multiple instance example, I noticed the lasso interaction can sometimes (I don't know when or why exactly) break due to the following error: ``` Uncaught TypeError: m is...

bug

Dear Fritz, Thank you for your swift assistance with a previous issue regarding connecting points! Your guidance has been immensely helpful, and I truly appreciate your support. I successfully implemented...

improvement

I think the circles look a bit off. Take a look at these (8x zoom): ![image](https://github.com/flekschas/regl-scatterplot/assets/199380/6ca66efb-c763-4e92-b79f-e964c87fd692) They are not particularily round and look a bit egg shaped. I have tinkered...

improvement

- [x] Check for duplicate issues. - [x] Describe the feature's goal, motivating use cases, its expected behavior, and impact. - [x] If you are proposing a new API, please...

improvement

> Write one to two sentences summarizing this PR Current pubsub types do not match actual types used by pub-sub-es. This PR fixes them. > What was changed in this...

Hi @flekschas! I noticed that Ctrl is not added in the default keymap. I added it like so ` keyMap: { alt: 'rotate', ctrl: 'merge', shift: 'lasso', },` and everything...

question

Hi! I have seen that some of our users are experiencing `(regl) context lost` errors when they leave a page idle for a while (with a regl-scatterplot in it). From...

question

### Fill Support for Closed Annotations It would be nice to add fill support for annotations where the start and end points connect (e.g., polygons, rectangles). This would also partially...

new feature

Now the lasso function is customizable selection.How to add regular shape selection, such as rectangles、circle, to the lasso function. Thank you very much!