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 168535c commit 6674d7bCopy full SHA for 6674d7b
lib/matplotlib/lines.py
@@ -1246,10 +1246,11 @@ def set_secondcolor(self, secondcolor):
1246
"""
1247
Set a second color to fill the gaps in the dashed line style.
1248
1249
- .. warning::
+ .. note::
1250
1251
- In some cases the two line colors may overlap, which could lead to
1252
- unwanted effects if also setting ``alpha``.
+ Striped lines are created by drawing two interleaved dashed lines.
+ There can be single-pixel sized overlaps between those two, which
1253
+ may result in artifacts when using transparency.
1254
1255
Parameters
1256
----------
0 commit comments