2015年7月23日木曜日

[gnuplot] gnuplot 5.1をMac OS X Yosemite (ver. 10.10.3)にインストール

gnuplot 5.1をMac OS X Yosemite (ver. 10.10.3)にインストール
Install the gnuplot 5.1 to Mac OS X Yosemite (ver. 10.10.3)


インストールは,以下のサイトからダウンロードした,単独パッケージより行いました.
Installation was carried out from a single package that you downloaded from the following site.
        http://www.muskmelon.jp

        http://www.muskmelon.jp/?page_id=58

ダウンロードしたファイル (gnuplot 5.1 patchlevel 0 last modified 2015-06-15) をアプリケーションフォルダ(/ Applications)に入れればインストール完了です.
The downloaded file (gnuplot 5.1 patchlevel 0 last modified 2015-06-15), If you put in the application folder (/ Applications) installation is complete.

ダブルクリックすれば,gunplayが起動します.
Gnuplot is invoked by double-clicking.

終了は,terminalで,以下のようなコマンドを実行します.
Quit, to run the command as follows in the terminal.

         $ Exit [enter]
         $ Quit [enter]
         $ Q [enter]

Homebrew からインストールする際には,以下のようにします.

まずは,AquaTerm,X11のインストール

AquaTermのインストール
AquaTermのダウンロードページより、ダウンロード(AquaTerm-1.1.1.dmg)してインストールします.
(インストールすると,Macintosh HD>アプリケーション フォルダに AquaTerm.appができます)

X11のインストール
Mac用の X11ライブラリ XQuartz のダウンロードページより,ダウンロード(XQuartz-2.7.7.dmg)してインストール。
(インストールすると,Macintosh HD>アプリケーション>ユーティリティ フォルダに X11.appができます)

続いて,gnuplotをインストールします.
ターミナルから,

$ brew install gnuplot --with-aquaterm --with-x11

とすると,インストールが始まります(ここでは,AquaTermとX11の両方を指定しています).
インストールには多少時間がかかります.

インストールが終了したら,ターミナルからgnuplotを起動して確認します.

$ gnuplot

G N U P L O T
Version 5.0 patchlevel 1    last modified 2015-06-07 

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

gnuplot home:     http://www.gnuplot.info
faq, bugs, etc:   type "help FAQ"
immediate help:   type "help"  (plot window: hit 'h')

Terminal type set to 'aqua'
gnuplot> q

Terminal type set to 'aqua' というメッセージは,AquaTermが出力先に設定されている事を表しています.

確認のために再度gnuplotを起動して

gnuplot> plot sin(x)

とすると,AquaTermのウィンドウが開いて,サインカーブのグラフが表示されます.
AquaTermからX11に切り替えるときは,

gnuplot> set terminal x11
Terminal type set to 'x11'
Options are 'nopersist'

とします.

0 件のコメント :

コメントを投稿