Skip to content

Commit 768e7b2

Browse files
committed
test fix
1 parent a263ace commit 768e7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tikzplotlib/_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def draw_pathcollection(data, obj):
299299
table_options_str = ", ".join(table_options)
300300
content.append(f"table [{table_options_str}] {{")
301301
else:
302-
content.append("table {")
302+
content.append("table{")
303303

304304
plot_table = []
305305
plot_table.append(" ".join(labels) + "\n")

0 commit comments

Comments
 (0)