<html><head></head><body><div class="yahoo-style-wrap" style="font-family:verdana, helvetica, sans-serif;font-size:16px;"><div dir="ltr" data-setdir="false"> I have the following LaTex code</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false"><div><p style="margin: 0px;">\documentclass{book} </p>
<p style="margin: 0px;">\usepackage{tikz} </p>
<p style="margin: 0px;">\begin{document}</p>
<p style="margin: 0px;">\begin{figure}</p>
<p style="margin: 0px;">\centering</p>
<p style="margin: 0px;">\begin{tikzpicture}</p>
<p style="margin: 0px;">\draw (-3,0)--(3,0) node [below] {\scriptsize $\Omega$} ;</p>
<p style="margin: 0px;">\draw (0,0) node[below]{0} node [below=3mm]{(a)}--(0,3) node[right]{\scriptsize $X_s(j\Omega)$};</p>
<p style="margin: 0px;">\draw [-latex](2,0) node [below, rotate=-90] {\scriptsize $16000\pi$} --(2,1.5) node [right]{$\frac{\pi}{T}$};</p>
<p style="margin: 0px;">\end{tikzpicture}</p>
<p style="margin: 0px;">\end{figure}</p>
<div style="margin: 0px;">\end{document}</div></div><div style="margin: 0px;"><br></div><div style="margin: 0px;" dir="ltr" data-setdir="false">This code places a vertical label to the left of a line but the code is trying to have the label show up directly below the line.</div><div style="margin: 0px;" dir="ltr" data-setdir="false">How do I get the label to print directly under the line?</div><div style="margin: 0px;" dir="ltr" data-setdir="false"><br></div><div style="margin: 0px;" dir="ltr" data-setdir="false">Ovi</div><br></div></div></body></html>