pipe plot data to gnuplot script

后端 未结 6 2028
终归单人心
终归单人心 2020-12-02 14:49

I want to create a gnuplot with three plots in it. The data should be inline (as I want to only

It should look like this:

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-02 15:05

    Mix both answers :

    cat data.txt | gnuplot -e "set terminal png; set output "test.png"; plot for[col=2:4] '

提交回复
热议问题