Visualization: tasks distribution - JetBrains-Research/task-tracker-post-processing GitHub Wiki

Description

This module allows to visualize the tasks' distribution.

Note: Run after reorganize files structure.

Usage

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:

An example of a tasks distribution plot