We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b9039 commit 1b261f4Copy full SHA for 1b261f4
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