solarforecastarbiter.reports.figures.bokeh_figures.timeseries_plots

solarforecastarbiter.reports.figures.bokeh_figures.timeseries_plots(report)[source]

Return the bokeh components (script and div element) for timeseries and scatter plots of the processed forecasts and observations.

Parameters:report (solarforecastarbiter.datamodel.Report) –
Returns:
  • script (str) – A script element to insert into an html template
  • div (str) – A div element to insert into an html template.