Thanks to visit codestin.com Credit goes to github.com
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 5404680 commit a296cdfCopy full SHA for a296cdf
1 file changed
lib/matplotlib/mlab.py
@@ -2381,6 +2381,10 @@ def get_converters(reader):
2381
names.append(item)
2382
seen[item] = cnt+1
2383
2384
+ else:
2385
+ if cbook.is_string_like(names):
2386
+ names = [n.strip() for n in names.split(',')]
2387
+
2388
# get the converter functions by inspecting checkrows
2389
converters = get_converters(reader)
2390
if converters is None:
0 commit comments