Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit edddf5e

Browse filesBrowse files
committed
Reword "Reordering is not commutative" phrase in tutorial.
- "Commutative" is a bit jargony, and technically applies to *binary* operations (see e.g. wikipedia), not to "reordering". - The fact that drawing (with or without alpha) is order-dependent is not something specific to Matplotlib.
1 parent 3d6c3da commit edddf5e
Copy full SHA for edddf5e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tutorials/colors/colors.py

Copy file name to clipboardExpand all lines: tutorials/colors/colors.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
104104
.. note::
105105
106-
Re-ordering Artists is not commutative in Matplotlib.
106+
Changing the order of Artists will generally change the resulting figure.
107107
108108
109109
"CN" color selection

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.