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

Skip to content

Commit edddf5e

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/colors/colors.py

Lines 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)