plot_mean_and_stddev_bokeh

lstchain.visualization.bokeh.plot_mean_and_stddev_bokeh(table, camgeom, columns, labels)
Parameters:
table: python table containing pixel-wise information to be displayed
camgeom: camera geometry
columns: list of 2 strings, columns of ‘table’, first one is the mean and
the second the std deviation to be plotted
labels: plot titles
Returns:
None
The subrun-wise mean and std dev values are used to calculate the
run-wise (i.e. for all processed subruns which appear in the table)
counterparts of the same, which are then plotted.