-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Added support for displaying percentiles to violinplot function #9971
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
Conversation
Looks like a cool new feature! Could you post a short example of how this works in practice? |
Yes, and it needs a test... |
Here's the code I've been using to test my changes, though it only covers the case of all plots having the same percentiles.
Using something like
Will display different percentiles for each plot (or none in the case of empty list). I will try to write tests after my finals, though I'm not quite sure how to go about it yet. |
Thats great! Let us know if you need pointers... |
When I was trying to run 'python tests.py' after building from the Linux guide here I got this error:
I changed 'local_freetype' to True in setup.cfg.template and rebuilt, but this did not fix it. When trying again, I got the same error, but this time many tests ran with the results:
All the errors I saw looked like this:
I'm using a relatively fresh VirtualBox VM running Ubuntu 16.04 |
https://matplotlib.org/devel/testing.html I would guess your pytest is too old.. |
We don't actually support pytest 3.0 (xref #9317). |
@Dylan-Dotti are you still interested in this? We'd love to see it pushed through... If you really have trouble setting up the testing environment, its not considered too bad to just let our CI process handle the tests... |
Superseeded by #14107. |
PR Summary
PR Checklist