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 c3225ab commit 538cceaCopy full SHA for 538ccea
tikzplotlib/_path.py
@@ -263,7 +263,7 @@ def draw_pathcollection(data, obj):
263
[]
264
] # Inserts a newline to trigger "move to" in pgfplots
265
dd_strings += [[fmt.format(val) for val in row]]
266
- dd_strings = np.array(dd_strings[1:])
+ dd_strings = np.array(dd_strings[1:], dtype=object)
267
268
if len(obj.get_sizes()) == len(dd):
269
# See Pgfplots manual, chapter 4.25.
0 commit comments