4 列: x y xdelta ydelta 6 列: x y z xdelta ydelta zdelta
キーワード "with vectors" は、その後ろに、arrow スタイル属性を直接書い たり、事前に定義した arrow スタイルを参照したり、あるいは別の入力列か ら各ベクトルに対する適用したい arrow スタイルのインデックスを読むよう 指定したりすることができます。下の最初の 3 つの例を見てください。
例:
plot ... using 1:2:3:4 with vectors filled heads plot ... using 1:2:3:4 with vectors arrowstyle 3 plot ... using 1:2:3:4:5 with vectors arrowstyle variable splot 'file.dat' using 1:2:3:(1):(1):(1) with vectors filled head lw 2
注意: plot コマンド内にキーワード arrowstyle と他の線属性を混在させ ることはできません。arrow スタイルに lc variable か lc rgb variable がある場合、色の値用の追加列が必要です。
vectors スタイルを使っての splot は set mapping cartesian のみでサポ ートされています。 set clip one と set clip two は 2 次元のベクトルの描画に影響を与え ます。以下参照: set clip (110.14), arrowstyle (110.86.1)。
2 次元描画スタイルの以下も参照: with arrows (33)。これは、各矢印を x:y:length:angle の形式で指定する以外は with vectors と同じです。
竹野茂治@新潟工科大学