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 32cf365 commit 6105d98Copy full SHA for 6105d98
matplotlib2tikz/path.py
@@ -314,7 +314,7 @@ def mpl_linestyle2pgfplots_linestyle(line_style, line=None):
314
315
assert len(line_style[1]) == 4
316
return "dash pattern=on {}pt off {}pt on {}pt off {}pt".format(*line_style[1])
317
-
+
318
if isinstance(line, mpl.lines.Line2D) and line.is_dashed():
319
# see matplotlib.lines.Line2D.set_dashes
320
0 commit comments