Lines Matching refs:len

288                 k_x = x_ if len(x or []) > 1 else ''
289 k_y = y_ if len(y or []) > 1 or (not ks_ and not k_x) else ''
322 return len(self.xweights)
326 return len(self.yweights)
334 x += len(self.xweights)
336 y += len(self.yweights)
357 if self_i < len(self_xweights) else m.inf)
359 if other_i < len(other_xweights) else m.inf)
360 while self_i < len(self_xweights) and other_i < len(other_xweights):
365 new_i = len(new_xweights)-1
366 for j in range(len(self.yweights)):
368 for j in range(len(other.yweights)):
378 if self_i < len(self_xweights) else m.inf)
383 new_i = len(new_xweights)-1
384 for j in range(len(other.yweights)):
386 for j in range(len(self.yweights)):
396 if other_i < len(other_xweights) else m.inf)
400 new_i = len(new_xweights)-1
401 for j in range(len(self.yweights)):
403 for j in range(len(other.yweights)):
408 if self_i < len(self_xweights) else m.inf)
411 if other_i < len(other_xweights) else m.inf)
422 s.y += len(self_yweights)
427 self.map = self_map | {(x, y+len(self_yweights)): s
431 s.y += len(other.yweights)
436 self.map = other_map | {(x, y+len(other.yweights)): s
455 if self_i < len(self_yweights) else m.inf)
457 if other_i < len(other_yweights) else m.inf)
458 while self_i < len(self_yweights) and other_i < len(other_yweights):
463 new_i = len(new_yweights)-1
464 for j in range(len(self.xweights)):
466 for j in range(len(other.xweights)):
476 if self_i < len(self_yweights) else m.inf)
481 new_i = len(new_yweights)-1
482 for j in range(len(other.xweights)):
484 for j in range(len(self.xweights)):
494 if other_i < len(other_yweights) else m.inf)
498 new_i = len(new_yweights)-1
499 for j in range(len(self.xweights)):
501 for j in range(len(other.xweights)):
506 if self_i < len(self_yweights) else m.inf)
509 if other_i < len(other_yweights) else m.inf)
520 s.x += len(self_xweights)
525 self.map = self_map | {(x+len(self_xweights), y): s
529 s.x += len(other.xweights)
534 self.map = other_map | {(x+len(other.xweights), y): s
746 name: formats_[i % len(formats_)]
749 name: colors_[i % len(colors_)]
808 if len(xlim_) == 1:
810 if len(ylim_) == 1:
947 for ncol in reversed(range(1, len(labels)+1)):
972 for ncol in reversed(range(1, len(labels)+1)):
1015 len(datasets_),
1016 sum(len(dataset) for dataset in datasets_.values())))