-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
[MRG] remove "matplotlib v<1" from manifold examples #8552
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
[MRG] remove "matplotlib v<1" from manifold examples #8552
Conversation
See my comment in the associated issue: #8545 (comment). Also please use "Fix #issueNumber" this way the associated issue gets closed automatically when the PR is merged. For more details, look at this. |
ax = fig.add_subplot(251, projection='3d') | ||
plt.scatter(X[:, 0], X[:, 2], c=color, cmap=plt.cm.Spectral) | ||
|
||
ax = fig.add_subplot(251, projection='3d') |
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.
If I believe the comment it looks like you kept the matplotlib < 1 code. The comment may have been misplaced. You should double-check that view_init does not work for matplotlib < 1. Double-check for your other changes too.
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.
Ok let me check.
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.
@lesteve all examples running good.
LGTM, merging, thanks! |
Reference Issue
Fix #8545
What does this implement/fix? Explain your changes.
Correct the position of the comment.
Any other comments?