다음 이전 차례

2. gnuplot의 시작과 종료

2.1 시작

Linux, UNIX :

터미널 상에서

 gnuplot
라고 입력하면 gnuplot이 시작됩니다.


        G N U P L O T
        Linux version 3.7
        patchlevel 0
        last modified Thu Jan 14 19:34:53 BST 1999

        Copyright(C) 1986 - 1993, 1998, 1999
        Thomas Williams, Colin Kelley and many others

        Type `help` to access the on-line reference manual
        The gnuplot FAQ is available from
                <http://www.uni-karlsruhe.de/~ig25/gnuplot-faq/>

        Send comments and requests for help to <info-gnuplot@dartmouth.edu>
        Send bugs, suggestions and mods to <bug-gnuplot@dartmouth.edu>


Terminal type set to 'x11'
gnuplot>

와 같은 화면이 나옵니다.

Windows용 버전은 제외시키겠습니다  ^^;

2.2 종료

gnuplot 프롬프트상에서

q, quit, exit 등의 명령으로 종료합니다. 이것 중 하나 정도는 기억하시겠죠? ^^;


다음 이전 차례