File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ def _table(obj, data): # noqa: C901
290290
291291 opts_str = ("[" + "," .join (opts ) + "] " ) if len (opts ) > 0 else ""
292292 posix_filepath = rel_filepath .as_posix ()
293- content .append (f"table {{opts_string }}{{{ posix_filepath } }};\n " )
293+ content .append (f"table {{opts_str }}{{{ posix_filepath } }};\n " )
294294 else :
295295 if len (opts ) > 0 :
296296 opts_str = "," .join (opts )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments