Home
last modified time | relevance | path

Searched refs:plot_hist (Results 1 – 4 of 4) sorted by relevance

/external/trappy/trappy/
Dthermal.py110 from trappy.plot_utils import normalize_title, plot_hist
116 plot_hist(temps, ax, title, "C", 30, "Temperature", xlim, "default")
Dplot_utils.py177 def plot_hist(data, ax, title, unit, bins, xlabel, xlim, ylim): function
Dftrace.py50 trappy.plot_utils.plot_hist(allfreqs[actor], ax, this_title, "KHz", 20,
/external/trappy/tests/
Dtest_plot_utils.py109 plot_utils.plot_hist(data, ax, "Foo", "m", 20, "numbers", (0, 4), "default")