Skip to content

Commit f713ea5

Browse files
committed
Small formatting fixes
1 parent 7514016 commit f713ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/collections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ def __init__(self, segments, # Can be None.
12111211
zorder of the LineCollection. Default is 2.
12121212
12131213
facecolors : optional
1214-
The facecolors of the LineCollection. Default is 'none'
1214+
The facecolors of the LineCollection. Default is 'none'.
12151215
Setting to a value other than 'none' will lead to a filled
12161216
polygon being drawn between points on each line.
12171217
@@ -1316,7 +1316,7 @@ def _add_offsets(self, segs):
13161316

13171317
def set_color(self, c):
13181318
"""
1319-
Set the color(s) of the line collection.
1319+
Set the color(s) of the LineCollection.
13201320
13211321
Parameters
13221322
----------

0 commit comments

Comments
 (0)