added python based tsvplot

This commit is contained in:
Ville Rantanen
2016-05-18 13:39:44 +03:00
parent 979be83b70
commit 242f428660
4 changed files with 256 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ then usage
exit 1
fi
which ncsv &> /dev/null || ( echo ncsv required: "https://code.google.com/p/nicecsv/"; exit 1 )
which ncsv &> /dev/null || ( echo ncsv required: "https://bitbucket.org/MoonQ/ncsv"; exit 1 )
which csvcut &> /dev/null || ( echo csvkit required: "https://csvkit.readthedocs.org/"; exit 1 )
if [ -z "$LABEL" ]