Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f713ea5

Browse filesBrowse files
committed
Small formatting fixes
1 parent 7514016 commit f713ea5
Copy full SHA for f713ea5

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/collections.py

Copy file name to clipboardExpand all lines: lib/matplotlib/collections.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.