summaryrefslogtreecommitdiff
path: root/scripts/plotcsv.py
AgeCommit message (Collapse)AuthorFilesLines
2013-02-11scripts: Auto-detect CSV format in tools handling CSV inputTobias Klauser1-1/+4
2013-01-10scripts: plotcsv.py: Move plotting functionality to own functionTobias Klauser1-18/+48
This way we can call it from random-muscle-activation.py to inspect generated data directly.
2013-01-08scripts: plotcsv.py: Also plot linear and cubic interpolation of dataTobias Klauser1-2/+9
2012-12-21Add CSV plot script in pythonTobias Klauser1-0/+59