Searched refs:plot_array (Results 1 – 2 of 2) sorted by relevance
341 def save_bokeh_plots(plot_array, output_file_path): argument342 all_plots = column(children=plot_array)
292 def save_bokeh_plots(plot_array, output_file_path): argument293 all_plots = bokeh.layouts.column(children=plot_array)