Skip to content

Instantly share code, notes, and snippets.

@drvinceknight
Created October 28, 2016 09:27
Show Gist options
  • Save drvinceknight/75a1b7c2d923b00aeaa10f2e3441b630 to your computer and use it in GitHub Desktop.
Save drvinceknight/75a1b7c2d923b00aeaa10f2e3441b630 to your computer and use it in GitHub Desktop.
\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