Skip to content

seaborn.objects: z order of layers #3233

Answered by mwaskom
stanmart asked this question in Q&A
Discussion options

You must be logged in to vote

seaborn.objects currently does not do anything different than matplotlib, which assigns different default zorders to different artist classes. I agree that it would make sense to have the zorder appear more responsive to the order that layers are added. For now, you can use the artist_kws argument of any Mark to assign the artists comprising the mark a specific zorder.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by stanmart
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants