although I'm solving more and more problems I still face some of them. One out of it is the follwoing:
Within a tizkpicture I'd like to write a line vertically using \node like this:
Code: Select all
\begin{tikzpicture}
\draw (-0.1cm,0cm) -- (-0.1cm,10cm); % Y-Achse (Ordinate)
\node[rotate=90, left] at (x,y) {Textl};
\end{tikzpicture}
But how?