Is there a simple way to switch the x- and y-axes, so that the x-axis becomes the vertical axis?
\begin{tikzpicture}
\begin{axis}
\addplot+[domain=0:10]{1.2*0.000001*(0.2*(x*1000)^2 + 700*x*1000 + 25000)*2};
\end{axis}
\end{tikzpicture}
|
|
|
Instead of plotting
|
|||
|