-
#### Most appropriate sub-area of p5.js?
- [ ] Color
- [x ] Core/Environment/Rendering
- [ ] Data
- [x] Dom
- [ ] Events
- [ ] Image
- [ ] IO
- [ ] Math
- [ ] Typography
- [x] Utilitie…
-
First, I would like to thank you for this open-source effort , second i would like to comment about the fact that there is only one good javascript plot library ( function-plot ) and the rest each is …
-
**Is your feature request related to a problem? Please describe.**
how to use webgl-plot in reactjs?
**Describe the solution you'd like**
simple example that works with ReactJS
**Describe alte…
-
non lowercase colors do not render properly with webgl (which we use by default), but do with svg.
This is technically a plotly bug, but we can have a workaround of send colors to lower case to fix
…
-
Chromium browsers only allow 16 webgl contexts for a browser instance. This operates across all associated windows and tabs. We have been using the `scattergl` plotly type to render scatter plot data …
-
Hi,
I am attempting to visualize a Dataset containing multiple Vertex2D objects on a cortical surface. However, I have encountered some bugs when attempting to do this.
### Behavior
First, if t…
-
- [X] what version of Makie are you running? => [ee78f7c6] Makie v0.21.9, [e9467ef8] GLMakie v0.10.9
- [X] can you reproduce the bug with a fresh environment? => activate --temp; add GLMakie
- [X] W…
-
How can I render my WebGL points on top of the SVG layer. I tried to use .order() but it didn't seem to work. The gridlines appear over my data points. Thanks for any help.
```
const gridlines =…
-
Hello,
It seems like markers for Scattergl plots are much more blurrier than Scatter plots.
Scatter:
Scattergl (same parameters):
Also, in Scattergl, it seems like the markers don't d…
-
We are encountering an issue when we have multiple plots with GL layers. When there are more then 16 WebGL contexts in use, the oldests will be "lost", showing a frowny. The console will also show "WA…