LoginSignup
1
1

More than 5 years have passed since last update.

gnuplotをHomebrewからインストール

Posted at

実行環境

  • MAC OS X 10.10 yosemite
  • Homebrew 0.9.5
  • gnuplot 4.6.6

AquaTermのインストール

事前にインストールしとく
http://sourceforge.net/projects/aquaterm/

gnuplotのインストール

下記コマンドでインストール

brew reinstall gnuplot --with-aquaterm

確認

下記コマンドでグラフがプロットされれば、インストール完了

$ gnuplot
$ plot(x)
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1