sampo.utilities.visualization.schedule#

Overview#

Function#

schedule_gant_chart_fig(schedule_dataframe, visualization, remove_service_tasks, fig_file_name)

Creates and saves a gant chart of the scheduled tasks to the specified path.

Functions#

sampo.utilities.visualization.schedule.schedule_gant_chart_fig(schedule_dataframe: pandas.DataFrame, visualization: sampo.utilities.visualization.base.VisualizationMode, remove_service_tasks: bool = False, fig_file_name: str | None = None)#

Creates and saves a gant chart of the scheduled tasks to the specified path.

Parameters:
  • fig_file_name

  • visualization

  • remove_service_tasks

  • schedule_dataframe – Pandas DataFrame with the information about schedule