Lines Matching defs:dataset
215 def dataset(results, x=None, y=None, define=[]):
217 dataset = {}
248 dataset[x_] = y_ + dataset.get(x_, 0)
250 dataset[x_] = y_ or dataset.get(x_, None)
252 return dataset
291 datasets[ks_ + (k_x, k_y)] = dataset(
819 for name, dataset in subdatasets.items():
820 dats = sorted((x,y) for x,y in dataset.items())
1016 sum(len(dataset) for dataset in datasets_.values())))
1231 help="Add subplot above with the same dataset. Takes an arg string to "
1238 help="Add subplot below with the same dataset.")
1242 help="Add subplot left with the same dataset.")
1246 help="Add subplot right with the same dataset.")