write-dot ( graph path encoding -- )
Translating Factor graphs into DOT


Vocabulary
graphviz.dot

Inputs
grapha graph
patha pathname string
encodinga character encoding


Outputs
None

Word description
Converts graph into its equivalent DOT code, saving the file to path using the given character encoding.

Definition