Skip to content

GraphItem in 3D #806

@klosteraner

Description

@klosteraner

For a project I want to visualize a Graph in 3D. So far it seems pyqtgraph does not provide a natural way doing this. Problem: There is no way to visualize a general "vertexes-edges" object.

Workaround 1: If the graph can be displayed as mesh -> restricts the possible graphs.
Workaround 2: Render a scatterplot + edge replacement (e.g. cyllinder) -> data/render overhead.

What I would like to have (contribute):
A GraphItem Object similar to the 2D case. The (default) visualization should be similar to the mesh wireframe.

Please give me feedback in how far I might have overseen something or what next steps could be.

Metadata

Metadata

Assignees

No one assigned

    Labels

    openGLIssues relating to 3D/openGL

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions