gnuplot 으로 그래프 그리기

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

서진우

슈퍼컴퓨팅 전문 기업 클루닉스/ 상무(기술이사)/ 정보시스템감리사/ 시스존 블로그 운영자

You may also like...

페이스북/트위트/구글 계정으로 댓글 가능합니다.