kdeplot Different weights for different histograms #3773
Unanswered
JulianKnodt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been trying to figure out how to do a kdeplot with different weights for different distributions.
Here is pseudocode for the current uniform version:
What I'd like to do is assign a different weight to "a", "b" and "c". From my current understanding of the function signature, there's only a single column or data vector supported for weights.
To be clear, I want to use a weight vector of length 3, one for each entry of a, a weight vector of length 5 for b, etc.
Beta Was this translation helpful? Give feedback.
All reactions