Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Visualization: activity tracker plots

Anastasiia.Birillo edited this page Dec 7, 2020 · 6 revisions

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:

Clone this wiki locally