Skip to content

Rename (N, M) -> (M, N) array-like #20533

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
Jun 28, 2021
Merged

Conversation

timhoffm
Copy link
Member

It's a quasi-convention to use the letters and ordering (M, N) for a
2D matrix; i.e. M rows and N columns. We already use this convention in
the majority of cases. This switches the letter ordering in some
remaining cases.

Note that this is a pure renaming without change of semantics.

It's a quasi-convention to use the letters and ordering (M, N) for a
2D matrix; i.e. M rows and N columns. We already use this convention in
the majority of cases. This switches the letter ordering in some
remaining cases.

Note that this is a pure renaming without change of semantics.
@anntzer anntzer added this to the v3.5.0 milestone Jun 28, 2021
@anntzer anntzer merged commit 430041f into matplotlib:master Jun 28, 2021
@timhoffm timhoffm deleted the doc-contour-MN branch June 28, 2021 19:35
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.

2 participants