-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
py3: Fix plot module for python3 #27126
Labels
Milestone
Comments
Branch: u/vklein/27126 |
New commits:
|
Commit: |
Reviewer: Travis Scrimshaw |
comment:3
LGTM. |
Changed branch from u/vklein/27126 to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The root cause for matplotlib's
AttributeError: Unknown property which
was testinghasattr(x, '__iter__')
to filterstr
.str
hasn't an__iter__
method in py2 but has one in py3.Component: python3
Author: Vincent Klein
Branch/Commit:
2131766
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/27126
The text was updated successfully, but these errors were encountered: