This repository was archived by the owner on Dec 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Visualization: tasks distribution
Anastasiia.Birillo edited this page Dec 7, 2020
·
10 revisions
This module allows to visualize the tasks' distribution.
Note: Run after reorganize files structure.
Use plot_tasks_statistics method from tasks_statistics_plots.py to plot tasks statistics.
| Argument | Description |
|---|---|
| path | path of directory with files |
| plot_name | allows to choose the filename. The default value is task_distribution_plot. |
| format | allows to save the output into different formats. The default value is html because the plots are interactive. Available values: html and png. Please use these values from consts.py (the EXTENSION Enum class). |
| auto_open | allows to open the plots automatically. The default value is False. |
An example of a tasks distribution plot:
![]()