set term png size 400,300 set output 'C:\home\gnuplot\000-impulses.png' plot 'c:\home\gnuplot\test.dat' with impulses set output 'C:\home\gnuplot\001-boxes.png' plot 'c:\home\gnuplot\test.dat' with boxes set output 'C:\home\gnuplot\002-errorlines.png' plot 'c:\home\gnuplot\test.dat' with errorlines set output 'C:\home\gnuplot\003-lines.png' plot 'c:\home\gnuplot\test.dat' with lines set output 'C:\home\gnuplot\004-points.png' plot 'c:\home\gnuplot\test.dat' with points set output 'C:\home\gnuplot\005-dots.png' plot 'c:\home\gnuplot\test.dat' with dots set output 'C:\home\gnuplot\006-steps.png' plot 'c:\home\gnuplot\test.dat' with steps set yrange [0:600] set output 'C:\home\gnuplot\007-lines-yrange0_600.png' plot 'c:\home\gnuplot\test.dat' with lines set xlabel "x-label" set ylabel "y-label" set output 'C:\home\gnuplot\008-lines-xylabel.png' plot 'c:\home\gnuplot\test.dat' with lines set title "test graph" set output 'C:\home\gnuplot\009-lines-title.png' plot 'c:\home\gnuplot\test.dat' with lines exittest.plt を使用していろいろなグラフスタイルで出力してみた。
impulses
set output 'C:\home\gnuplot\000-impulses.png' plot 'c:\home\gnuplot\test.dat' with impulses
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglfYEDAGn09vZCmZzlKa4UwzmASl9j_98SibETZQtuBApFDmMQrX5zrTXsA-XTJzhKulGr53mwqq6XwXx1iyYfAYx5_GhPyT9t5B4QTr3EEYMoqADWJvDwoFp0OmY-_f2XxMxoPhx2sXEl/s320/gnuplot-04.png)
boxes
set output 'C:\home\gnuplot\001-boxes.png' plot 'c:\home\gnuplot\test.dat' with boxes
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPWXkzUOP1rKDYBcD9SWAnmn-4dYLWD2G_07BXtDcPkJ43EW6LPzzEDUQTkLb97NpF3ZAWjwFAp8GX4DpP90nOeDnA5IQA3rdth4pZK-8IgJ-69zhktwzSnJ5brTAPrXsQiuNCdIPRpgjP/s320/gnuplot-05.png)
errorlines
set output 'C:\home\gnuplot\002-errorlines.png' plot 'c:\home\gnuplot\test.dat' with errorlines
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjR0FkO3Hx5vYAmYPF4gDNrONB1rOJ23-bWl3g4S34E5JRIR9ie80cjjVCbCo0gHeImlPGVbiF2AVyjUG2Y3QRMkxHFHoOjOZPNyHnxfVcwwoSaQHCTKGlNVX_ESX9UbSeypOiJslgTojCr/s320/gnuplot-06.png)
lines
set output 'C:\home\gnuplot\003-lines.png' plot 'c:\home\gnuplot\test.dat' with lines
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7dBKqaL1F_N1vm5ZZa6TfrWQJLEkr0ZOPbIF1Ixrobkwf500HdmsARwkQMOtF0azF2vaXXCiep2aSyLNMYT7SQYUDSfEb-f1ZHCKQJr5xx1KAZYECQY7IUyDzE-9uRNCEHRer7PtzOvXb/s320/gnuplot-07.png)
points
set output 'C:\home\gnuplot\004-points.png' plot 'c:\home\gnuplot\test.dat' with points
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4EJouvg6bMg7PV1xESSSvEj2yUmN9P5kL5OKsP-_ZolBMbymDlOOoFGzcPLShnfdJpE-yHQasaw1W04G1HYEKzOjns-d9lUs21OGCW6f-DnUr4T3Ent9jI7s8TmQEWpueuNkF4fxmkuvu/s320/gnuplot-08.png)
dots
set output 'C:\home\gnuplot\005-dots.png' plot 'c:\home\gnuplot\test.dat' with dots
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhu0rFGQbFzTk2mpSoJxogzyV3728SGIdSu5iYzixW_9stWsvg0Fn3RyjfrOZJqbR5Xn_cWxooelK_qMjLJkyVPVqPVxaW4zkrhdyHKDK1dhxLOwUv_WrQxlCL-2Iw9YoBKKK2WxWf9raJq/s320/gnuplot-09.png)
steps
set output 'C:\home\gnuplot\006-steps.png' plot 'c:\home\gnuplot\test.dat' with steps
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5oejXF7sbfa15aCVIMcwGllU9kwbHuDnhoUzo_LYkAYNFq2CYvtVijFBWVtGP1eVz7b3obIl4lzD2SCnFLqc7dqZt_a8m9EkieZzvEyyqV5eLbZiltt2zyz2K9KKYq6P8220Ym8C59HGL/s320/gnuplot-10.png)
0 件のコメント:
コメントを投稿