Lines Matching defs:dataset
469 def dataset(results, x=None, y=None, define=[]):
471 dataset = {}
502 dataset[x_] = y_ + dataset.get(x_, 0)
504 dataset[x_] = y_ or dataset.get(x_, None)
506 return dataset
545 datasets[ks_ + (k_x, k_y)] = dataset(
1163 for name, dataset in subdatasets.items():
1165 sorted((x,y) for x,y in dataset.items()),
1548 help="Add subplot above with the same dataset. Takes an arg string to "
1555 help="Add subplot below with the same dataset.")
1559 help="Add subplot left with the same dataset.")
1563 help="Add subplot right with the same dataset.")