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
290
290
291
291
opts_str = ("[" + "," .join (opts ) + "] " ) if len (opts ) > 0 else ""
292
292
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 " )
294
294
else :
295
295
if len (opts ) > 0 :
296
296
opts_str = "," .join (opts )
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ def draw_pathcollection(data, obj):
206
206
+ " }%\n "
207
207
+ " \\ scope[draw=thispointdrawcolor, fill=thispointfillcolor]%\n "
208
208
+ "}" ,
209
- "scatter/@post marker code/.code={%\n \\ endscope\n " " }" ,
209
+ "scatter/@post marker code/.code={%\n \\ endscope\n }" ,
210
210
]
211
211
)
212
212
You can’t perform that action at this time.
0 commit comments