Skip to content

Enhancing support for DOT file syntax #36

@iamdarksorcerer

Description

@iamdarksorcerer

Hi,
I am working on a ROS plugin for graph visualization (FSMS, Behavior Trees, UML, state charts etc... ) at Cogniteam.

We are currently extending the support for DOT the file format in node_item.py(qt_dotgraph).
The goal is to enable various shapes, properties, clusters and layouts.

  1. Would you be interested in integrating such code into qt_dotgraph ?
  2. Hierarchy seems not fully supported. Currently it seems the best option is plotting each sub-graph separately and consider the bounding box received in the parent graph, but this strongly relates to the fact that our graphs have no edges between sub-graphs.
    What do you guys think is the best option in DOT and QT to support hierarchies.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions