Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
import matplotlib.pyplot as plt in axis_artist.py#10401
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
this module should not depend on pyplot, the usage is in test functions at the bottom.
441d5aa
toca25d1e
CompareMove the import down into those functions that actually accessplt. |
I agree with@tacaswell and don't think we should move forward with this, but I'm somewhat biased as I opened#7545 😉. |
Closing in favor of#7545 by popular request. |
Thanks@cclauss. Even though we did not merge this we still appreciate the effort! |
$flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics