Skip to content

Add Cumulative Distribution Function Plotting #2669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
trobin opened this issue Jan 9, 2013 · 11 comments
Closed

Add Cumulative Distribution Function Plotting #2669

trobin opened this issue Jan 9, 2013 · 11 comments
Milestone

Comments

@trobin
Copy link

trobin commented Jan 9, 2013

Please could you add this functionality on top of the already existing kde functionality.

@fx86
Copy link

fx86 commented Sep 9, 2013

+1

1 similar comment
@yimingji
Copy link

+1

@jtratner
Copy link
Contributor

@yimingji @fx86 @trobin can you provide test cases and expected output? (just so we're clear and for those of us who may not use cdf on a regular basis). No promises, but at least test cases and API will make it more likely to get attention.

@yimingji
Copy link

@jtratner @fx86 @trobin

After a bit more research, it seems that the Matplotlib has already have the function for plotting CDF. See the 3rd example on http://matplotlib.org/examples/pylab_examples/histogram_demo_extended.html.

relevant args:
pd.hist(..., cumulative=True,normed=1)

@cpcloud
Copy link
Member

cpcloud commented Sep 20, 2013

@yimingji That PR would be pretty easy then! Want to give it a shot?

@yimingji
Copy link

@cpcloud I thought it was already implemented...
Anyway, I am a newbie in Python. I do not think I can contribute anything as for now.

@TomAugspurger
Copy link
Contributor

I'll get to this sometime in the next month. Just commenting so I don't forget.

@TomAugspurger
Copy link
Contributor

@y-p can be closed by #5700 has out of scope for pandas.

@jreback
Copy link
Contributor

jreback commented Jan 29, 2014

@TomAugspurger maybe contribute this to statsmodels?

@ghost
Copy link

ghost commented Jan 29, 2014

opened FR on seaborn.

@ghost
Copy link

ghost commented Feb 1, 2014

CDF plots have landed in seaborn git master: mwaskom/seaborn#93

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants