Visualization: activity tracker plots - JetBrains-Research/task-tracker-post-processing GitHub Wiki

Description

This module allows to visualize actions performed in IDE during the task solving together with the length of the current fragment.

Note: Make sure you already have merged the task-tracker data and activity-tracker data, so your data file has activity-tracker columns.

Usage

Use create_ati_data_plot function from ati_data_plots.py.

Argument Description
path path to a code-tracker file merged with activity-tracker data
folder_to_save folder to save the plot; if None, plot will not be saved
to_show to show the plot or not to show

Example

An example of activity-tracker plot for task brackets: