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

Latest version of matplotlib has removed matplotlib.mlab.find #12

Open
imcslatte opened this issue Jul 31, 2019 · 1 comment
Open

Latest version of matplotlib has removed matplotlib.mlab.find #12

imcslatte opened this issue Jul 31, 2019 · 1 comment

Comments

@imcslatte
Copy link

matplotlib.mlab.find has been removed in Matplotlib version 3.1.1. Causing a failure in tracpy_class.py.

Eli Hunter
Rutgers University

@bilgetutak
Copy link

bilgetutak commented Nov 19, 2019

Adding the below function 'find', as defined previously in Matplotlib in to the tools.py will help.

def find(condition):
        res, = np.nonzero(np.ravel(condition))
        return res

douglasnehme added a commit to douglasnehme/tracpy that referenced this issue Sep 16, 2021
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