Searched refs:histplot (Results 1 – 2 of 2) sorted by relevance
/btstack/port/mtk/docs/scripts/ |
H A D | plot_scan.py | 15 def histplot(data,labels, colors, x_label, y_label, title, fig_name, cdf): function 208 …histplot(hist_data, labels, hist_colors, x_label, y_label, title, prefix+sensor_name+'_histogram_a… 217 …[n, bins, patches] = histplot([rn_delays], [labels[3]], [hist_colors[3]], x_label, y_label, title,… 222 …[n, bins, patches] = histplot([rn_delays], [labels[3]], [hist_colors[3]], x_label, y_label, title,…
|
H A D | plot_scan_two_groups.py | 14 def histplot(data,labels, colors, x_label, y_label, title, fig_name, cdf): function 219 …histplot(hist_data, labels, hist_colors, x_label, y_label, title, prefix+sensor_name+'_histogram_a…
|