8000 DOC: update description of LineCollection facecolors · matplotlib/matplotlib@3e3260d · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e3260d

Browse files
committed
DOC: update description of LineCollection facecolors
1 parent 1af40f4 commit 3e3260d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/collections.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,8 @@ def __init__(self, segments, # Can be None.
11091109
11101110
*facecolors*
11111111
The facecolors of the LineCollection. Default is 'none'
1112+
Setting to a value other than 'none' will lead to a filled
1113+
polygon being drawn between points on each line.
11121114
11131115
The use of :class:`~matplotlib.cm.ScalarMappable` is optional.
11141116
If the :class:`~matplotlib.cm.ScalarMappable` array

0 commit comments

Comments
 (0)
0