From edddf5eb3945eb40f660e6b0052fc3e73f5c6c7a Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Wed, 9 Nov 2022 11:32:48 +0100 Subject: [PATCH] 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. --- tutorials/colors/colors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/colors/colors.py b/tutorials/colors/colors.py index d4b0df04963d..beeba7df3ead 100644 --- a/tutorials/colors/colors.py +++ b/tutorials/colors/colors.py @@ -103,7 +103,7 @@ .. note:: - Re-ordering Artists is not commutative in Matplotlib. + Changing the order of Artists will generally change the resulting figure. "CN" color selection