Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなデータファイルがあります。
Id a1 a2 a3 1 1 2 3 2 2 3 4 3 2 3 4
しかし、列の正確な数はわかりませんが、シェルで変数に入れることができます。そして、データファイル、最初の列を x 軸、他の列を 1 つの図の y 軸、列ヘッダーを line.like のタイトルとしてプロットしたい:
gnuplotでプロットするには? どうもありがとう