4 列: x y xdelta ydelta 6 列: x y z xdelta ydelta zdelta
両方の場合で、入力列を追加 (2D では 5 列目、3D では 7 列目) すると、そ れらは各データ点毎の variable color 情報 (以下参照: linecolor (19.1),rgbcolor variable (19.1.3)) として使われます。
vectors スタイルを使っての splot は set mapping cartesian のみでサポ ートされています。
キーワード "with vectors" は、その後ろに、インラインの arrow スタイル 指定や、あらかじめ定義されている arrow スタイルの参照、あるいは列から 各ベクトルに対する必要な arrow スタイルのインデックスを読むような指定 を伴うことができます。注意: "arrowstyle variable" を使用する場合、対応 するベクトルが描画される際にはそれが arrow の属性値すべてを埋めるので その plot コマンド内に他の線属性や arrow スタイル指定をこのキーワード と混在させることはできません。
plot ... with vectors filled heads plot ... with vectors arrowstyle 3 plot ... using 1:2:3:4:5 with vectors arrowstyle variable
例:
plot 'file.dat' using 1:2:3:4 with vectors head filled lt 2 splot 'file.dat' using 1:2:3:(1):(1):(1) with vectors filled head lw 2
set clip one と set clip two は 2 次元のベクトルの描画に影響を与え ます。以下参照: set clip (87.11), arrowstyle (87.72.1)。
竹野茂治@新潟工科大学