Skip to content

Instantly share code, notes, and snippets.

@jplitza
Created April 28, 2014 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jplitza/11372229 to your computer and use it in GitHub Desktop.
Save jplitza/11372229 to your computer and use it in GitHub Desktop.
\documentclass{scrartcl}
\usepackage{tikz}
\usetikzlibrary{graphdrawing,graphs}
\usegdlibrary{circular}
\begin{document}
\begin{tikzpicture}[simple necklace layout]
\graph { A -> B -> C -> A};
\end{tikzpicture}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment