export-graph-to-dot-file
Last updated
Last updated
export-graph-to-dot-file
adaptor exports a graph as a text file in format.
graph
Type: graph
Required: Yes
The graph structure to be exported.
dot
Type: text
A text file in DOT format (.dot
).
graph:
dot:
-> Created a DOT text file from an undirected graph.
Converting a graph to a Dot file makes it compatible with other tools and libraries that support the DOT language.
Dot files are human-readable and can be easily shared with others to enable discussion among or inspection of the graph behaviors.
Users may convert a graph file to DOT to enable them to build a network visual in Microreact. Use the DOT file as an input into the network argument in the adaptor to do so.