0

gnuplot を使用して、次のデータ ファイルのヒストグラムをプロットしています。

data.txt
=========
countries       1
domestic        1
fourth-largest  3
in      4
airline 5
and     8
destinations    3

単語 (x 軸) に対して単語頻度 (y 軸) のヒストグラムをプロットしたいと考えています。

4

1 に答える 1

0

これを見つけました:

set xtics border in scale 1,0.5 nomirror rotate by -90 offset character 0, 0, 0
plot "data.txt" using 2:xticlabels(1) with histogram
于 2012-08-02T18:18:54.937 に答える