next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Graphs
::
displayGraph
displayGraph -- displays a digraph or graph using Graphviz
Synopsis
Usage:
displayGraph(dotFileName,jpgFileName,G)
displayGraph(dotFileName,G)
displayGraph G
Inputs:
G
,
an instance of the type
Digraph
,
dotFileName
,
a
string
,
jpgFileName
,
a
string
,
Description
Displays a digraph or graph using Graphviz
See also
showTikZ
-- Writes a string of TikZ syntax that can be pasted into a .tex file to display G
writeDotFile
-- Writes a graph to a dot file with a specified filename
Ways to use
displayGraph
:
"displayGraph(Digraph)"
"displayGraph(String,Digraph)"
"displayGraph(String,String,Digraph)"
For the programmer
The object
displayGraph
is
a
method function
.