We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74b9039 + 1b261f4 commit 450712bCopy full SHA for 450712b
src/tikzplotlib/_line2d.py
@@ -290,7 +290,7 @@ def _table(obj, data): # noqa: C901
290
291
opts_str = ("[" + ",".join(opts) + "] ") if len(opts) > 0 else ""
292
posix_filepath = rel_filepath.as_posix()
293
- content.append(f"table {{opts_str}}{{{posix_filepath}}};\n")
+ content.append(f"table {{{opts_str}}}{{{posix_filepath}}};\n")
294
else:
295
if len(opts) > 0:
296
opts_str = ",".join(opts)
0 commit comments