Searched refs:plot_hist (Results 1 – 4 of 4) sorted by relevance
/external/trappy/trappy/ |
D | thermal.py | 110 from trappy.plot_utils import normalize_title, plot_hist 116 plot_hist(temps, ax, title, "C", 30, "Temperature", xlim, "default")
|
D | plot_utils.py | 177 def plot_hist(data, ax, title, unit, bins, xlabel, xlim, ylim): function
|
D | ftrace.py | 50 trappy.plot_utils.plot_hist(allfreqs[actor], ax, this_title, "KHz", 20,
|
/external/trappy/tests/ |
D | test_plot_utils.py | 109 plot_utils.plot_hist(data, ax, "Foo", "m", 20, "numbers", (0, 4), "default")
|