Skip to content

Commit cf4fda2

Browse files
committed
typo
1 parent 40d662a commit cf4fda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tikzplotlib/_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def draw_pathcollection(data, obj):
206206
+ " }%\n"
207207
+ " \\scope[draw=thispointdrawcolor, fill=thispointfillcolor]%\n"
208208
+ "}",
209-
+"scatter/@post marker code/.code={%\n \\endscope\n" "}",
209+
"scatter/@post marker code/.code={%\n \\endscope\n" "}",
210210
]
211211
)
212212

0 commit comments

Comments
 (0)