agentlib.utils.plotting package

Submodules

agentlib.utils.plotting.simulator_dashboard module

agentlib.utils.plotting.simulator_dashboard.create_layout(file_names: List[str | Path]) Div[source]
agentlib.utils.plotting.simulator_dashboard.create_plot(df: Series, title: str, plot_id: str) Div[source]
agentlib.utils.plotting.simulator_dashboard.format_time_axis(seconds)[source]

Formats units on the time axis, scaling to minutes, hours etc. for longer simulations.

agentlib.utils.plotting.simulator_dashboard.get_port()[source]
agentlib.utils.plotting.simulator_dashboard.load_new_data(file_path: Path) DataFrame[source]
agentlib.utils.plotting.simulator_dashboard.simulator_dashboard(*file_names: str | Path)[source]
agentlib.utils.plotting.simulator_dashboard.update_data(existing_data: DataFrame, new_data: DataFrame) DataFrame[source]