solarforecastarbiter.plotting.timeseries.build_figure_title

solarforecastarbiter.plotting.timeseries.build_figure_title(object_name, start, end)[source]

Builds a title for the plot

Parameters:
  • object_name (str) – Name of the object being plotted
  • start (datetime-like) – The start of the interval being plotted.
  • end (datetime-like) – The end of the interval being plotted.
Returns:

string – The appropriate figure title.

Raises:

ValueError – If start or end is not localized to UTC