Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error bars are always plotted below other plots in same axis #15

Open
pgf-tikz-bot opened this issue Apr 27, 2010 · 1 comment
Open

Comments

@pgf-tikz-bot
Copy link
Collaborator

Migrated from SourceForge
https://sourceforge.net/p/pgfplots/bugs/15/
Author: nagilo
Timestamp: 2010-04-27 19:13:05

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

@pgf-tikz-bot
Copy link
Collaborator Author

Migrated from SourceForge
https://sourceforge.net/p/pgfplots/bugs/15/#f932
Author: ludewich
Timestamp: 2010-04-28 17:38:56

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant