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 5c6fb2d commit 7681083Copy full SHA for 7681083
tikzplotlib/_line2d.py
@@ -54,7 +54,9 @@ def draw_line2d(data, obj):
54
if alpha is not None:
55
addplot_options.append(f"opacity={alpha}")
56
57
- linestyle = mypath.mpl_linestyle2pgfplots_linestyle(data, obj.get_linestyle(), line=obj)
+ linestyle = mypath.mpl_linestyle2pgfplots_linestyle(
58
+ data, obj.get_linestyle(), line=obj
59
+ )
60
if linestyle is not None and linestyle != "solid":
61
addplot_options.append(linestyle)
62
0 commit comments