error bars are always plotted below other plots in same axis
Brought to you by:
cfeuersaenger,
ludewich
Hi,
when I use a multi plot environment as
\begin{tikzpicture}
\begin{axis}
\addplot3[scatter,...
\addplot3[...
\addplot3[error bars/.cd ...
\end{axis}
\end{tikzpicture}
The order of \addplots commands does not influence the visibility. Error bars are ALWAYS below scatter or other plots. The order should change the visibility since the docu says
<snip>
The z buffering algorithms of pgfplots apply only to a single \addplot command. Different \addplot
commands will be drawn on top of each other, in the order of appearance.
<snap>
Thanks a lot for the great tool and continue the cool work
Hello Norbert,
thank you for the bug report!
It is correct, that markers are drawn on top of everything else... and that's not quite as documented. I always wanted to repair it, but it got lost somehow. I'll take it on a higher priority on my todo list.
Thank you for your good words about pgfplots :-)
Best regards
Christian