- #1
Dustinsfl
- 2,281
- 5
I am trying to label the y-axis with pi and -pi. How can I do that?
Code:
\begin{tikzpicture}
\draw[->] (0,0) -- (3.5,0) coordinate (x axis);
\draw[->] (0,-3.5) -- (0,3.5) coordinate (y axis);
\end{tikzpicture}