Skip to content
Discussion options

You must be logged in to vote

Is what you're looking for here a layered plot?

(
    so.Plot()
    .add(so.Line(color="C0"), so.KDE(bw_adjust=2), x=data1)
    .add(so.Line(color="C1"), so.KDE(bw_adjust=2), x=data2)
)

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@paw-lu
Comment options

@paw-lu
Comment options

@mwaskom
Comment options

Answer selected by paw-lu
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