-
Notifications
You must be signed in to change notification settings - Fork 27
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
ENH: plot_density for KDE plotting of point patterns based on statsmodels #118
Conversation
Codecov Report
@@ Coverage Diff @@
## main #118 +/- ##
=======================================
+ Coverage 63.5% 64.2% +0.7%
=======================================
Files 11 12 +1
Lines 1404 1448 +44
=======================================
+ Hits 892 930 +38
- Misses 512 518 +6
|
funny. I'm also right in the middle of using this for some bike/ped accident work |
I was struggling to make it work decently fast on large data so I included also an implementation on top of |
The tests are not perfect but testing matplotlib is just a pain in the ass, so this at least ensures that the stuff works and args are used. It should be ready for review. |
right now this gives back a |
Resolves gdsbook/book#305. Essentially replaces
seaborn.kdeplot
which does not work as expected with our own solution.Tests will come once I'll figure out how to do them.
I would love to have this in the next release alongside #111 so I can use both during teaching starting in two weeks.