summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/graphviz/test/body.tex
blob: c426f983eed552a864ee5f8eedbf7bd4bd0a1766 (plain)
1
2
3
4
5
6
7
8
9
\begin{document}

\section{Dot}
\digraph[scale=0.5]{abc}{rankdir=LR; a->b->c; b->d;}

\section{Neato}
\neatograph[scale=0.5]{xyz}{rankdir=LR; w--y; x--y--z;}

\end{document}