-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC refer to plot in the scatter plot doc #7096
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
Encourage users to use plot instead of scatter when all markers are identical in size and colour. Closes #7083
@@ -3889,17 +3889,25 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None, | |||
---------------- | |||
kwargs : `~matplotlib.collections.Collection` properties | |||
|
|||
See Also | |||
-------- | |||
plot : to plot scatter plots when markers are identical in size and |
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.
what about for scatterplots where markers are identical in size and color
(nitpicky as all out, but I find the plot: to plot construction clunky)
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 needs backticks to cross-link, doesn't it?
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.
No it doesn't, thought it is currently impossible to check on matplotlib's documentation.
Backported to v2.x as 5ffd20d . Thank you. |
@efiring I think maybe you forgot to push that? |
[MRG] DOC refer to plot in the scatter plot doc
Pushed now. Thanks for catching that! |
Encourage users to use plot instead of scatter when all markers are identical in size and colour.
Closes #7083
Here is a preview of the rendered docstring in Sphinx. Note that the "Notes" section is not rendered properly (see #7095 )