-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
errorbar bars don't respect zorder #1196
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
Comments
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? |
Thanks for your quick response. I'll try to reproduce this with a simple example. |
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, I will check |
@ndawe I am going to go ahead and close this. If this problem still exists say something and it can be reopened. |
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.The text was updated successfully, but these errors were encountered: