Handbook
Glossary
write-dot ( graph path encoding -- )
Translating Factor graphs into DOT
Vocabulary
graphviz
.
dot
Inputs
graph
a
graph
path
a pathname string
encoding
a character encoding
Outputs
None
Word description
Converts
graph
into its equivalent DOT code, saving the file to
path
using the given character
encoding
.
Definition
USING:
graphviz.dot.private
io.files
;
IN:
graphviz.dot
:
write-dot
( graph path encoding -- )
[
dot.
]
with-file-writer
;