Please see the MWE:
Code: Select all
\documentclass{article}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}
\begin{axis}[grid=both]
\addplot3 coordinates {(0,0,0) (0,0.5,1) (0,1,0)};
\end{axis}
\end{tikzpicture}
\end{document}
-0.5..0 on the x-axis
0..1 on the y-axis
0..1 on the z-axis
and it should be shaded in e.g. grey such as to show what area I am referring to in the text.
I couldn't seem to find an example of this in the manual. Thanks for any help/hints in advance.
Best,
Niles.