Skip to content
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

Cannot find mlab.prctile #1917

Closed
giuse opened this issue Aug 15, 2019 · 1 comment
Closed

Cannot find mlab.prctile #1917

giuse opened this issue Aug 15, 2019 · 1 comment

Comments

@giuse
Copy link
Contributor

giuse commented Aug 15, 2019

wisk_lo, q1, med, q3, wisk_hi = mlab.prctile(d, [10, 25, 50, 75, 90])
uses mlab.prctile, which is not available in recent versions of matplotlib. The deprecation notice suggests to use numpy.percentile instead.

giuse added a commit to giuse/coco that referenced this issue Aug 15, 2019
Updated to use recent versions of matplotlib, which
deprecate `mlab.prctile` in favor of `numpy.percentile`.
@brockho
Copy link
Contributor

brockho commented Aug 22, 2019

fixed with recent pull request by @giuse

@brockho brockho closed this as completed Aug 22, 2019
brockho added a commit that referenced this issue Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants