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
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