관심있는 것들 정리
plot을 그림으로 저장하기 본문
출력하는 plot을 그림으로 저장하려면 다음과 같이 set 명령을 이용해서
간단한 설정을 해 주면 간단히 수행 할 수 있다.
set terminal gif
set output "test.gif"
plot "E:\cycles.txt" title "elapsed cycle" with line
set terminal wxt
set output
생성된 파일은 다음과 같다.
간단한 설정을 해 주면 간단히 수행 할 수 있다.
set terminal gif
set output "test.gif"
plot "E:\cycles.txt" title "elapsed cycle" with line
set terminal wxt
set output
생성된 파일은 다음과 같다.
반응형
'programming > Gnuplot' 카테고리의 다른 글
graph 저장 및 불러오기 (0) | 2012.03.11 |
---|---|
plot에 범주 달기 (0) | 2012.03.11 |
graph type을 다르게 해서 그려보자 (0) | 2012.03.05 |
file로 부터 데이터 읽어 graph 그리기 (0) | 2012.03.05 |
한번에 여러개의 graph 그리기 (0) | 2012.03.05 |