Skip to content

Instantly share code, notes, and snippets.

@tlepoint
Created July 13, 2015 23:37
Show Gist options
  • Save tlepoint/329dcdf264202cc50b0c to your computer and use it in GitHub Desktop.
Save tlepoint/329dcdf264202cc50b0c to your computer and use it in GitHub Desktop.
Hype Cycle in TikZ
\documentclass{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw[use as bounding box, draw=none] (0, -1.33) rectangle (19.5, 10.2);
\draw[line width=3pt,black] plot [smooth, tension=0.75] coordinates {(0.5, -4.5) (3.5, 7.54) (6.5, 1.50) (11.5, 3.40) (19.5, 4.14)};
\end{tikzpicture}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment