-
|
Is there any way to determine the z order of the various layers on a plot with multiple objects? For example, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you, passing the |
Beta Was this translation helpful? Give feedback.
-
|
Hi @mwaskom , change proposal - let's add those two lines to the Simple example - let's say I would like to plot points over a line: Without the two lines: With the lines: Happy to hear your feedback. Thanks. |
Beta Was this translation helpful? Give feedback.


seaborn.objectscurrently 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 theartist_kwsargument of anyMarkto assign the artists comprising the mark a specific zorder.