Searched refs:plot_array (Results 1 – 2 of 2) sorted by relevance
352 def save_bokeh_plots(plot_array, output_file_path): argument353 all_plots = column(children=plot_array)
505 plot_array = [figure.plot for figure in figure_array]506 all_plots = bokeh.layouts.column(children=plot_array,