8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741bb4d commit 72f80a1Copy full SHA for 72f80a1
lib/matplotlib/lines.py
@@ -1052,12 +1052,13 @@ def set_color(self, color):
1052
1053
def set_offcolor(self, offcolor):
1054
"""
1055
- Set the offcolor of the line.
1056
- By default set at 'None'
+ Set the gap color for the dashed line style.
1057
1058
Parameters
1059
----------
1060
offcolor : color or None
+ The gap color. If None, the gaps are unfilled.
1061
+
1062
1063
1064
if offcolor is not None:
0 commit comments