STY: set all artists in boxplots to same zorder#6766
Merged
jenshnielsen merged 1 commit intomatplotlib:v2.xfrom Aug 8, 2016
Merged
STY: set all artists in boxplots to same zorder#6766jenshnielsen merged 1 commit intomatplotlib:v2.xfrom
jenshnielsen merged 1 commit intomatplotlib:v2.xfrom
Conversation
Member
Author
|
attn @phobson , @WeatherGod points out that the actual ordering of this is now going to be dependent on the exact order of our internal data structures. Can you suggest a set of relative ordering deltas on top of the fixed zorder here? |
Member
|
My only thought is that the median line and mean marker should be on top of everything else. 👍 on the changes over all |
Add a small delta to the mean and median lines to ensure that they are on top. closes matplotlib#6510
a6891a9 to
297945c
Compare
Member
|
Looks pretty good; mergeable now? |
QuLogic
added a commit
to tacaswell/matplotlib
that referenced
this pull request
Sep 9, 2016
This is a minor change as a result of zorder modifications in matplotlib#6766.
QuLogic
added a commit
to tacaswell/matplotlib
that referenced
this pull request
Sep 10, 2016
This is a minor change as a result of zorder modifications in matplotlib#6766.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #6510