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 a263ace commit 768e7b2Copy full SHA for 768e7b2
src/tikzplotlib/_path.py
@@ -299,7 +299,7 @@ def draw_pathcollection(data, obj):
299
table_options_str = ", ".join(table_options)
300
content.append(f"table [{table_options_str}] {{")
301
else:
302
- content.append("table {")
+ content.append("table{")
303
304
plot_table = []
305
plot_table.append(" ".join(labels) + "\n")
0 commit comments