next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
GlicciPointsInP3 :: graphvizFile

graphvizFile -- builds an input file for graphviz

Synopsis

Description

This function accepts a list of lists or sequences in the form produced by getGraph and outputs a file suitable for input to graphviz, freely available from graphviz.org. Execute (in a shell) "dot -Tpdf graphname.dot -o graphname.pdf" to produce the pdf file.

Ways to use graphvizFile :

  • graphvizFile(String,String,List)