[spec] rm arrows on asymptotes
authorAndrew Lorimer <andrew@lorimer.id.au>
Mon, 12 Aug 2019 04:47:19 +0000 (14:47 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Mon, 12 Aug 2019 04:47:19 +0000 (14:47 +1000)
spec/spec-collated.tex
index f04ab637a29d3c44f0d6953c8452833b2f0ca23b..63d724dd94af056e9530db74371218f8dc936883 100644 (file)
                   \begin{tikzpicture}
                     \begin{axis}[yticklabel style={yshift=1.0pt, anchor=north east},x=0.1cm, y=1cm, ymax=2, ymin=-2, xticklabels={}, ytick={-1.5708,1.5708},yticklabels={\(-\frac{\pi}{2}\),\(\frac{\pi}{2}\)}]
                       \addplot[color=orange, smooth] gnuplot [domain=-35:35, unbounded coords=jump,samples=350] {atan(x)} node [pos=0.5, above left] {\(\tan^{-1}x\)};
-                      \addplot[->, gray, dotted, thick, domain=-35:35] {1.5708};
-                      \addplot[->, gray, dotted, thick, domain=-35:35] {-1.5708};
+                      \addplot[gray, dotted, thick, domain=-35:35] {1.5708} node [black, font=\footnotesize, below right, pos=0] {\(y=\frac{\pi}{2}\)};
+                      \addplot[gray, dotted, thick, domain=-35:35] {-1.5708} node [black, font=\footnotesize, above left, pos=1] {\(y=-\frac{\pi}{2}\)};
                     \end{axis}
                   \end{tikzpicture}
 \columnbreak