Home
last modified time | relevance | path

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

/test/mlts/benchmark/tools/
Dtensor_utils.py322 def update_hist_data(self, i, fig, ax1, ax2, bins=50, plot_library='sns'): argument
336 hist_func = self.__plt_hist if plot_library == 'matplotlib' else self.__sns_distplot