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
Converting DOT data to graph format so it can be run through the force-directed-layout adaptor before being converted back to DOT using graph-to-dot, and then fed into the
network
argument in create-microreact-project or update-microreact-project.
Last updated