Lines Matching refs:x
152 x = []
166 x.append(sanitize(data_rows[i][j]))
169 return x, labels, label_stats
174 x = []
186 x.append(sanitize(data_rows[0][i]))
193 return x, labels, label_stats
223 x, labels, label_stats = read_data_for_plot(csvfile, vertical)
224 if len(x) == 0 or len(labels) == 0:
234 [int(x[i]) for i in range(len(x) - 1)],
273 x, labels, label_stats = read_data_for_plot(csvfile, vertical)
274 if len(x) == 0 or len(label_stats) == 0:
278 ind = np.arange(len(x)) # the x locations for the groups
302 ind, [x_prefix + x[i] for i in range(len(x))], rotation=20, fontsize=8