Gedrehte Parabel
Wie bekommen ich denn die Parabel so gedreht, dass sich sie Parabel nach rechts öffnet?
Hier das Minimalbeispiel:
\\documentclass{standalone}
\documentclass{standalone}
\\usepackage{tikz, \usepackage{tikz, pgfplots}
\\pgfplotsset{compat=newest}
\pgfplotsset{compat=newest}
\\begin{document}
\begin{document}
\\pagestyle{empty}
\pagestyle{empty}
\\begin{tikzpicture} \begin{tikzpicture} %[rotate=90]
\\draw[help \draw[help lines] (-2,-4) grid (5,3);
\\draw \draw (0,-2) parabola[bend pos=0.5] bend +(0,3) +(3,0);
\\end{tikzpicture}
\end{tikzpicture}
\\end{document} \end{document}