Skip to content

Commit 047c661

Browse files
author
David Nolte
committed
reformatted by black
1 parent fb611a7 commit 047c661

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tikzplotlib/_path.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,7 @@ def draw_pathcollection(data, obj):
176176
)
177177
draw_options += [f"mark={pgfplots_marker}"]
178178
if marker_options:
179-
draw_options += [
180-
"mark options={{{}}}".format(",".join(marker_options))
181-
]
179+
draw_options += ["mark options={{{}}}".format(",".join(marker_options))]
182180

183181
# `only mark` plots don't need linewidth
184182
data, extra_draw_options = get_draw_options(data, obj, ec, fc, ls, None)

0 commit comments

Comments
 (0)