next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
Graphs
::
showTikZ
showTikZ -- Writes a string of TikZ syntax that can be pasted into a .tex file to display G
Synopsis
Usage:
S = showTikZ(G)
Inputs:
G
,
an instance of the type
Digraph
S
,
a
string
, TikZ syntax used to display G
Optional inputs
:
Options => ...
(missing documentation),
Description
Writes a string of TikZ syntax that can be pasted into a .tex file to display G
See also
displayGraph
-- displays a digraph or graph using Graphviz
Ways to use
showTikZ
:
showTikZ(Digraph)