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: activity tracker plots
Anastasiia.Birillo edited this page Dec 7, 2020
·
6 revisions
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.
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 |
An example of activity-tracker plot for task brackets:
![]()