Ian Jauslin
summaryrefslogtreecommitdiff
blob: 8254e5da1b366382d620a85dcf52a1c5200d6747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\documentclass{standalone}

\usepackage{tikz}

\begin{document}
\begin{tikzpicture}

\draw(-3,0)--(3,0);
\draw(0,-1.5)--(0,3);

\draw[line width=1.5pt](-2.5,0)--(0,0)--(0,2.5)--(1.975,-1.25);

\end{tikzpicture}
\end{document}