GazePointHeatMap
Easy to use Python command line based tool to generate a gaze point heatmap from a csv file. 👁️
Install / Use
/learn @TobiasRoeddiger/GazePointHeatMapREADME
Gaze Point Heat Map
Easy to use command line based tool to generate a gaze point heat map from a csv file. 👁️
Usage
Install the required dependencies from the command line.
pip install -r requirements.txt
This tool was created based on Python 2.7. Make sure you are on that Python version to avoid problems.
Run the script from the command line.
python gazeheatplot.py gaze-data.csv 1440 900 [-a 0.6] [-o output-name] [-b /Me/bg-image.png] [-n 200] [-sd 33]
Data Format
Each line contains at least the X- and Y-values. If you have fixation data and want to take the duration into account you can add it to the end of each row. The data has to be formatted in the CSV format (comma-separated values).
| X | Y | Duration (optional) | |:-:|:-:|:-------------------:| |123|654| 226 | |134|662| 234 | |...|...| ... |
Shortcut and Additional Arguments
GENERAL ARGUMENTS:
-h --help show help message and exit
REQUIRED ARGUMENTS:
input-path path to the csv input
display-width an integer representing the display width
display-height an integer representing the display height
OPTIONAL ARGUMENTS:
[-a ALPHA --alpha ALPHA alpha of the gaze overlay ]
[-o OUTPUT_NAME --output-name OUTPUT_NAME name of the output file ]
[-b BACKGROUND_IMAGE --background-image BACKGROUND_IMAGE path to the background image ]
ADVANCED OPTIONAL ARGUMENTS:
[-n N_GAUS_MATRIX --n-gaussian-matrix N_GAUSS_MATRIX width and height of gaussian matrix ]
[-sd STAND_DEVIATION --standard-deviation STAND_DEVIATION standard deviation of gauss distribution ]
Note: To add a background image make sure to provide the whole path and only png images without an alpha channel which are not larger than the provided display width and display height.
Results

Attribution
The script is based on the heat map plotter of PyGaze.
Related Skills
claude-opus-4-5-migration
99.2kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
model-usage
344.4kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
feishu-drive
344.4k|
things-mac
344.4kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
