termeter
termeter copied to clipboard
how to plot 3 cdfs from 3 columns
Hi,
I just discovered termeter and I find it a very useful tool.
Question: I have a tsv file where I want to plot 3 columns as 3 cdfs. How can I do it?
cat myfile.tsv | cut -f 6-9 | termeter <parameters here for 3 cdfs>
Thanks
Just found this tool and was impressed. Noticed this issue still open. Tricky bit was passing an actual tab character via bash... what you wanted was:
cat myfile.tsv | cut -f 6-9 | termeter -d $'\t' -t ddd