どいつ在住にむけて

f:id:muddydixon:20060419103327g:image
別にどんな描画ソフトを使ってもかまわないとおもうんですが,gnuplotだとこんな感じです.もちろん,もっと手をかけることもできるけど.簡単に.

 こんな感じのデータを2つ用意(sample1.dat, sample2.dat).

0.397501387 0.14032068 0.198332951
0.425101783 0.136431832 0.115189382
0.375057042 0.074580908 0.369270444
0.188141016 0.457599755 0.3918972
0.066886359 0.343387152 0.068288271

注意はスペース区切り.

gnuplot> set view 60,45
gnuplot> set xlabel "position of sentence"
gnuplot> set ylabel "inflection type"
gnuplot> set zlabel "effect"
gnuplot> splot "sample1.dat" title "Nount" with points, "sample2.dat" title "Verb" with points