Skip to content

Add 2D triangulation plot #4509

@ndem0

Description

@ndem0

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3backlogfeaturesomething new

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions