gnuplot 으로 그림을 그리려면 아래의 과정을 따른다.
gnuplot> set xlabel ” “
gnuplot> set ylabel ” “
gnuplot> set title ” “
gnuplot> plot “file1” title “FILE1” with l, “file2” title “FILE2” with l
그래프를 추출하기 위해서는 아래의 과정을 따른다.
gnuplot> set term post
gnuplot> set output ‘example.eps’
컨버팅 과정을 통해 최종 jpg 결과를 얻는다.
$ convert -rotate 90 example.eps example.jpg
x,y 비율을 1:1로 고정한다.
gnuplot> set size square
3 Responses
… [Trackback]
[…] Info to that Topic: nblog.syszone.co.kr/archives/3551 […]
… [Trackback]
[…] Find More Info here to that Topic: nblog.syszone.co.kr/archives/3551 […]
… [Trackback]
[…] Information to that Topic: nblog.syszone.co.kr/archives/3551 […]