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

errorbar bars don't respect zorder #1196

Closed
ndawe opened this issue Sep 3, 2012 · 6 comments
Closed

errorbar bars don't respect zorder #1196

ndawe opened this issue Sep 3, 2012 · 6 comments

Comments

@ndawe
Copy link

ndawe commented Sep 3, 2012

I have an errorbar drawn over a patched region and have set barsabove=True but the errorbar bars are still drawn under the hatch lines.

errorbar_zorder

@pelson
Copy link
Member

pelson commented Sep 3, 2012

Obviously there is an easy workaround - change the zorder of the patch. But I think you are highlighting a bug to a feature that is not behaving as you expect. Are you able to provide a SSCCE to help speed up the process?

@ndawe
Copy link
Author

ndawe commented Sep 3, 2012

Thanks for your quick response. I'll try to reproduce this with a simple example.

@ndawe
Copy link
Author

ndawe commented Sep 3, 2012

The zorder of the hatch is 100 while the zorder of the errorbar is 1000. I tried playing around a bit with the zorders but couldn't get the errorbar bars on top of the hatch.

@tacaswell
Copy link
Member

@ndawe Does this still exist with 1.3 you? I think this should have been fixed by PR #1628

@ndawe
Copy link
Author

ndawe commented Oct 28, 2013

@tacaswell, I will check

@tacaswell
Copy link
Member

@ndawe I am going to go ahead and close this. If this problem still exists say something and it can be reopened.

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

No branches or pull requests

3 participants