We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0adb8 commit ed1f32aCopy full SHA for ed1f32a
src/tikzplotlib/_line2d.py
@@ -299,7 +299,7 @@ def _table(obj, data): # noqa: C901
299
300
opts_str = ("[" + ",".join(opts) + "] ") if len(opts) > 0 else ""
301
posix_filepath = rel_filepath.as_posix()
302
- content.append(f"table {{{opts_str}}}{{{posix_filepath}}};\n")
+ content.append(f"table{opts_str}{{{posix_filepath}}};\n")
303
else:
304
if len(opts) > 0:
305
opts_str = ",".join(opts)
0 commit comments