Searched refs:series_list (Results 1 – 3 of 3) sorted by relevance
/external/trappy/trappy/plotter/ |
D | BarPlot.py | 85 def plot_axis(self, axis, series_list, permute, concat, args_to_forward): argument 89 bars_in_group = 1 if stacked else len(series_list) 97 value_list = [c.result[p].values for (c, p) in series_list] 100 for i, (constraint, pivot) in enumerate(series_list):
|
D | LinePlot.py | 156 def plot_axis(self, axis, series_list, permute, concat, args_to_forward): argument 158 for i, (constraint, pivot) in enumerate(series_list):
|
D | StaticPlot.py | 264 for axis, series_list in figure_data.iteritems(): 267 series_list, 287 def plot_axis(self, axis, series_list, permute, concat, args_to_forward): argument
|