-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
It would be very useful for me adding a new chart type to deal with 2D triangulation (or mesh).
At the current implementation, I found different workarounds but with some limitations:
- the
heatmap
graph is only for data in grid format - the
mesh3d
graph shows three dimensions and it manages also the lights, resulting for my purpose too complex (and expensive) - the basic
scatter
plot allows me to draw a single triangle, but if I try for many triangles (>10k) the function is extremely expensive.
I apologize in advance if this feature is already implemented and I missed it.
pfebrer, ndem0, aplowman, eric-nam, stefsmeets and 3 more