Created
October 28, 2016 09:27
-
-
Save drvinceknight/75a1b7c2d923b00aeaa10f2e3441b630 to your computer and use it in GitHub Desktop.
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{article} | |
\usepackage{tikz} | |
\begin{document} | |
\framebox{ | |
\begin{tikzpicture} | |
\draw [thick] (0,0) to [bend left=50] (0,10); | |
\draw [thick] (3,0) to [bend left=70] (3,10); | |
\draw [thick] (5,2) to [bend left=90] (5,8); | |
%\draw [thick] (3,2) to [bend left] (3,8); | |
%\draw [thick] (4,4) to [bend left] (4,6); | |
\end{tikzpicture} | |
} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment