-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Update docstring of Axes3d.scatter #12949
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
Conversation
Looks like you got part of #12943 mixed in. |
7c58077
to
d74597b
Compare
Woops, fixed. |
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.
Found a little mistake.
lib/mpl_toolkits/mplot3d/axes3d.py
Outdated
''' | ||
Returns | ||
------- | ||
paths : `~mpl_toolkits.mplot3d.art3d.Patch3DCollection` |
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.
It still says Patch3DCollection
. Technically, it is the 3D version of whatever the 2d scatter method returns, which I believe is a PathCollection
.
d74597b
to
6a3807d
Compare
PR Summary
Makes the docstring numpydoc compliant. Also closes #12920 (documentation contained incorrect information on return type).