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.
X座標、X座標、および出現回数の3つの座標で構成されるプロットデータセットを試しています。例:
1 2 10 3 1 2 3 2 1
すべての線に対して、x、y に 3 番目の値に応じた直径の点を描きたいと思います。
Gnuplotでそれは可能ですか?
可変ポイント サイズで 2D プロットを作成します。デモを参照してください。
例:
plot 'dataFile.dat' u 1:2:3 w points lt 1 pt 10 ps variable