Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

investigation-plotter

Generate investigation-specific figures from the local artifact graph (post-run plotting agent).

Setup

cd investigation-plotter
python3 -m venv .venv && source .venv/bin/activate && pip install matplotlib numpy -q

Environment variables

None.

Usage

python3 scripts/run.py --help

Dependencies

  • matplotlib
  • numpy