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

\usepackage{tikz}

\begin{document}
\begin{tikzpicture}

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

\draw[color=gray,line width=1pt, densely dotted](-2.5,2.75)--++(5,0);

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

\end{tikzpicture}
\end{document}