Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 454 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 454 Bytes

GraphSheet

A script to create a "contact sheet" of graphs from a folder full of .csv files. Useful if you dump your data from a scope to a folder for the day. This contact sheet lets you see what you have at a glance.

Requires:

  • numpy
  • matplotlib

Example usage:

in the directory with many .csv files:

python graphsheet.py

note, the script assumes data are located in cols 1 and 2. This will be updated with command-line options.