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 d2af95f commit 24796b5Copy full SHA for 24796b5
src/tikzplotlib/_line2d.py
@@ -288,7 +288,7 @@ def _table(obj, data): # noqa: C901
288
with open(filepath, "w") as f:
289
# No encoding handling required: plot_table is only ASCII
290
f.write("".join(plot_table))
291
- content.append(rel_filepath)
+ content.append(str(rel_filepath))
292
else:
293
content.extend(plot_table)
294
0 commit comments