Lines Matching refs:map_label
114 self.map_label = {"00000000,00000039": "A53", "00000000,00000006": "A57"}
122 self.assertEquals(plot_utils.number_freq_plots([trace], self.map_label),
137 self.assertEquals(plot_utils.number_freq_plots([trace], self.map_label),
157 plot_utils.plot_load(traces, self.map_label, height=5)
164 plot_utils.plot_load([trace], self.map_label)
174 plot_utils.plot_allfreqs(traces, self.map_label, width=20)
181 plot_utils.plot_allfreqs([trace], self.map_label)
194 map_label = {"00000000,00000006": "A57"}
196 plot_utils.plot_allfreqs(traces, map_label)
236 plot_utils.plot_freq_hists(traces, self.map_label)
244 plot_utils.plot_freq_hists([trace], self.map_label)