8000 #19053 review actions · rcomer/matplotlib@72f80a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72f80a1

Browse files
committed
matplotlib#19053 review actions
1 parent 741bb4d commit 72f80a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/lines.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,12 +1052,13 @@ def set_color(self, color):
10521052

10531053
def set_offcolor(self, offcolor):
10541054
"""
1055-
Set the offcolor of the line.
1056-
By default set at 'None'
1055+
Set the gap color for the dashed line style.
10571056
10581057
Parameters
10591058
----------
10601059
offcolor : color or None
1060+
The gap color. If None, the gaps are unfilled.
1061+
10611062
"""
10621063

10631064
if offcolor is not None:

0 commit comments

Comments
 (0)
0