Created
July 13, 2015 23:37
-
-
Save tlepoint/329dcdf264202cc50b0c to your computer and use it in GitHub Desktop.
Hype Cycle in TikZ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \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