We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b69511 commit a9d3e6dCopy full SHA for a9d3e6d
tutorials/colors/colors.py
@@ -62,9 +62,10 @@
62
"Red", "Green", and "Blue" are the intensities of those colors. In combination,
63
they represent the colorspace.
64
65
-Matplotlib composes Artists based on ``zorder`` and then by the order added to
66
-an Axes. The alpha for an Artist controls how the RGB color of the new Artist
67
-combines with RGB colors already on the Axes.
+Matplotlib composes Artists based on the ``zorder`` keyword argument. If there
+are no specified values, Matplotlib defaults to the order of the Artists added
+to the Axes. The alpha for an Artist controls how the RGB color of the new
68
+Artist combines with RGB colors already on the Axes.
69
70
The two Artists combine with alpha compositing. Matplotlib uses the equation
71
below to compute the result of blending a new Artist.
0 commit comments