-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Reword subplot() doc. #9748
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
Reword subplot() doc. #9748
Conversation
49e5ba2
to
c60434a
Compare
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.
Looks good to me except for the small change I made.
The previous wording had "across rows first" which I guess is kind of ambiguous. |
If I'm still up when the CI finishes, I'll merge |
"...increasing along rows, (row-major order)."? Small point, but I find "row-major" too jargony and ambiguous w/o looking it up |
What I worded as "increasing along rows" you thought should be worded "increasing along columns", which I think clearly indicates that that phrase is not well-defined... |
Well, I think you worded it as "across rows" which is the opposite of "along rows" in my mind ;-) |
Backport PR #9748 on branch v2.1.x
The previous version also had across... |
Closes #9740.
Feel free to directly push additional edits.
I intentionally replaced "typical call signature" by "call signature" for simplicity.