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 4f0602d commit 1113980Copy full SHA for 1113980
matplotlib2tikz/path.py
@@ -313,9 +313,7 @@ def mpl_linestyle2pgfplots_linestyle(line_style):
313
return "dash pattern=on {}pt off {}pt".format(*line_style[1])
314
315
assert len(line_style[1]) == 4
316
- return "dash pattern=on {}pt off {}pt on {}pt off {}pt".format(
317
- *line_style[1]
318
- )
+ return "dash pattern=on {}pt off {}pt on {}pt off {}pt".format(*line_style[1])
319
320
return {
321
"": None,
0 commit comments