solarforecastarbiter.reports.figures.bokeh_figures.bar

solarforecastarbiter.reports.figures.bokeh_figures.bar(cds, metric)[source]

Create a bar graph comparing a single metric across forecasts.

Parameters:
  • cds (bokeh.models.ColumnDataSource) – Metric cds created by solarforecastarbiter.reports.figures.construct_metrics_cds()
  • metric (str) – The metric to plot. This value should be found in cds[‘metric’].
Returns:

data_table (bokeh.widgets.DataTable)