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 09478fa commit 8ac0482Copy full SHA for 8ac0482
matplotlib2tikz/line2d.py
@@ -41,7 +41,7 @@ def draw_line2d(data, obj):
41
if alpha is not None:
42
addplot_options.append("opacity={}".format(alpha))
43
44
- linestyle = mypath.mpl_linestyle2pgfplots_linestyle(obj.get_linestyle())
+ linestyle = mypath.mpl_linestyle2pgfplots_linestyle(obj.get_linestyle(), line=obj)
45
if linestyle is not None and linestyle != "solid":
46
addplot_options.append(linestyle)
47
0 commit comments