Replies: 1 comment 1 reply
-
Thanks for sharing this! You need to sort both, X and weights. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
Just wanted to share a custom seaborn object I made for the seaborn objects API, emulating the behaviour of the
ecdfplot
from the old API :It can be used as such :
which results in

(do note the
artist_kws
arg for the Line, necessary to have the "jagged" look)Beta Was this translation helpful? Give feedback.
All reactions