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

matplotlib._cntr deprecated #174

Closed
neurodroid opened this issue Mar 8, 2018 · 1 comment
Closed

matplotlib._cntr deprecated #174

neurodroid opened this issue Mar 8, 2018 · 1 comment

Comments

@neurodroid
Copy link
Contributor

The matplotlib._cntr module (used for example here in CaImAn) has been removed from matplotlib and will be unavailable from version 2.2.0 onwards.
There's an alternative standalone contours module that provides similar functionality at the cost of adding a dependency.
Here's an example of how to replace matplotlib._cntr with the contours module.

@j-friedrich
Copy link
Contributor

We already have skimage as dependency, hence replaced with skimage.measure.find_contours in dev and master.

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