Skip to content

Add export to dot format #1

@rpavlik

Description

@rpavlik

It would be slick if the graph could have a method to output to dot format. You could actually just serialize all the nodes (naming them by their index or something) and then setting their label, then serialize the edges - you don't have to do it the way you would "hand-write" a dot file.

In case it helps, this is how I do a similar thing in the jconf-grapher: https://github.com/rpavlik/jconf-grapher/blob/master/jconf2dot.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions