Skip to content

Commit 6105d98

Browse files
author
Thomas Wagner
committed
black
1 parent 32cf365 commit 6105d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matplotlib2tikz/path.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def mpl_linestyle2pgfplots_linestyle(line_style, line=None):
314314

315315
assert len(line_style[1]) == 4
316316
return "dash pattern=on {}pt off {}pt on {}pt off {}pt".format(*line_style[1])
317-
317+
318318
if isinstance(line, mpl.lines.Line2D) and line.is_dashed():
319319
# see matplotlib.lines.Line2D.set_dashes
320320

0 commit comments

Comments
 (0)