Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Remove deprecated shims from matplotlib 1.3#8044
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
None of these shims seem to be used in the codebase.There is a couple of direct use of `_path` though.
The actual code remove seems to be missing. |
No, the methods are used privately in a few places in the same file, or somewhere else (by referring directly to _path) in the codebase. (grepped each of them one by one). So basically it only remove aliases. For example I don't know if this use of Also weirdly the code are in |
This is a subset of#7771. I'd rather my PR gets merged as it removes more code and would need a rebase if this one gets merged first :) |
Ah ! No problem, I missed it |
None of these shims seem to be used in the codebase.
Found as a custom tools of mine choked on one of the function that did not had a signature.