Weighted LOESS transform? #2682
Unanswered
knutwannheden
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 have a scatter plot where the circle marks have a size based on a third dimension in the input data. Now I am wondering if I can get the LOESS transform to also respect this third dimension so that the marks with a larger size also "attract" the LOESS trend line more than smaller sized marks. Does that make sense?
It does look like for example R's
ggplot2
has this functionality: https://stackoverflow.com/a/13905017/1732086. I haven't checked other Python visualization libraries.(I posted this as vega/vega-lite#8421 earlier today. But possibly the question is for Altair.)
Beta Was this translation helpful? Give feedback.
All reactions