))。
次の例は、入力ファイルの 4 列目をテキストラベルとして取り出して 2 次元
描画を行ないます (tc lt 2 は textcolor linetype 2 の省略形で、これ
は緑です)。
plot 'datafile' using 1:(0.5 * $2):4 with labels font "arial,11" tc lt 2
スタイル labels は 3 次元描画でも使用できます。この場合 X,Y,Z と文字 列、の 4 つの入力列指定が必要です。
splot 'datafile' using 1:2:3:4 with labels
以下も参照: datastrings (p.
), set style data (p.
)。