fig_path_forecast_dashboard

passengersim.tracers.forecasts.fig_path_forecast_dashboard(summary: SimulationTables | Contrast, path_id: int, *, include: tuple[str] | None = None) alt.Chart[source]

Create a dashboard of path forecasts.

Parameters:
summary : SimulationTables | Contrast

The summary data.

path_id : int

The path_id to display.

include : tuple[str], optional

If provided, only include the specified sources. This is only used when the summary is a Contrast, and it is ignored otherwise, as there is only one source in that case.

Returns:

alt.Chart – The dashboard figure.