dot-to-graph

Creates a graph structure from text in DOT language format.

Arguments

Inputs:

dot: This is a text argument, expecting .dot formatting.

Output:

graph: The graph structure containing nodes and edges as defined in the dot input

Possible use cases

Last updated