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 90942c9 commit 1c7c598Copy full SHA for 1c7c598
1 file changed
lib/matplotlib/mlab.py
@@ -2877,9 +2877,9 @@ def get_converters(reader, comments):
2877
continue
2878
if i == 0:
2879
converters = [mybool]*len(row)
2880
- i += 1
2881
if checkrows and i > checkrows:
2882
break
+ i += 1
2883
for j, (name, item) in enumerate(zip(names, row)):
2884
func = converterd.get(j)
2885
if func is None:
0 commit comments