みそしりんぐ

現在進行形みそしる

Gnuplot導入

学校の課題がGnuplot指定だったので,HomebrewでGnuplot入れました.
以下Sublime Text 3で実行できるようにするまで.

目次

  1. Gnuplot
  2. Sublime Text
  3. 参考

Gnuplot

AquaTerm

sourceforge.net

PDFlib
$ brew install pdflib-lite
本体
$ brew install gnuplot --pdf --qt --with-x --without-emacs

Sublime Text

パッケージ

Syntax highlightingとビルドのためにパッケージ(Gnuplot)を導入

環境変数追加

Preferences.sublime-settings ( Preferences -> Settings - User )

"build_env":
{
	"PATH": "/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
}