1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:22:10 +02:00
tldr/pages.ko/common/gnuplot.md
HoJeong Im 9bd682fde6
gm*, gn*: add Korean translation (#14350)
gm*, gn: add Korean translation
2024-10-29 22:49:08 -07:00

20 lines
628 B
Markdown

# gnuplot
> 다양한 포맷으로 출력하는 그래프 플로터.
> 더 많은 정보: <http://www.gnuplot.info/>.
- 대화형 그래프 플로팅 쉘을 시작:
`gnuplot`
- 지정된 그래프 정의 파일에 대한 그래프를 그림:
`gnuplot {{경로/대상/정의파일.plt}}`
- 정의 파일을 로드하기 전에 명령을 실행하여 출력 형식을 설정:
`gnuplot -e "{{set output "경로/대상/파일이름.png" size 1024,768}}" {{경로/대상/정의파일.plt}}`
- gnuplot이 종료된 후에도 그래프 플롯 미리보기 창을 유지:
`gnuplot --persist {{경로/대상/정의파일.plt}}`