Skip to content

Commit a9d3e6d

Browse files
committed
Artist and zorder language clarification
1 parent 1b69511 commit a9d3e6d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tutorials/colors/colors.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@
6262
"Red", "Green", and "Blue" are the intensities of those colors. In combination,
6363
they represent the colorspace.
6464
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.
65+
Matplotlib composes Artists based on the ``zorder`` keyword argument. If there
66+
are no specified values, Matplotlib defaults to the order of the Artists added
67+
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.
6869
6970
The two Artists combine with alpha compositing. Matplotlib uses the equation
7071
below to compute the result of blending a new Artist.

0 commit comments

Comments
 (0)