Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
merged 1 commit into from
Dec 22, 2018
Merged

Conversation

timhoffm
Copy link
Member

@timhoffm timhoffm commented Dec 8, 2018

PR Summary

Makes the docstring numpydoc compliant. Also closes #12920 (documentation contained incorrect information on return type).

@anntzer
Copy link
Contributor

anntzer commented Dec 8, 2018

Looks like you got part of #12943 mixed in.

@timhoffm
Copy link
Member Author

timhoffm commented Dec 8, 2018

Woops, fixed.

@tacaswell tacaswell requested a review from WeatherGod December 9, 2018 19:02
@timhoffm timhoffm added this to the v3.0.2-doc milestone Dec 9, 2018
Copy link
Member

@WeatherGod WeatherGod left a 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.

'''
Returns
-------
paths : `~mpl_toolkits.mplot3d.art3d.Patch3DCollection`
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect return type in mplot3d documentation
6 participants