-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
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
Comments
+1 |
1 similar comment
+1 |
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: |
@yimingji That PR would be pretty easy then! Want to give it a shot? |
@cpcloud I thought it was already implemented... |
I'll get to this sometime in the next month. Just commenting so I don't forget. |
@TomAugspurger maybe contribute this to statsmodels? |
opened FR on seaborn. |
CDF plots have landed in seaborn git master: mwaskom/seaborn#93 |
Please could you add this functionality on top of the already existing kde functionality.
The text was updated successfully, but these errors were encountered: