ピヨピヨ日記 シンガポール編

シンガポール生活の日記とかいろいろ

How to solve "set terminal aqua enhanced title" issue.

When I tried to use "plot" function in Octave, I faced the error below:

set terminal aqua enhanced title ...
<||

I solved the issue as below.

1. Download and installed AquaTerm from http://sourceforge.net/projects/aquaterm/
2. Uninstalled gnuplot by following command.
>||
brew uninstall gnuplot

3. Installed gnuplot with the option by following command:

brew install gnuplot --with-aquaterm

4. In octave, executed the command below:

register_graphics_toolkit("gnuplot")