GNU Octave报告:OS X上的未知或模糊终端类型

7Gr*_*rok 6 gnuplot octave

我试图在OS X 10.10.5上使用Octave和GNUPlot进行绘图.我通过自制软件安装了Octave和GNUPlot但是当我尝试绘图时出现以下错误

gnuplot> set terminal aqua enhanced title "Figure 1" size 560 420  font "*,6.66667" dashlength 1
                  ^
line 0: unknown or ambiguous terminal type; type just 'set terminal' for a list
WARNING: Plotting with an 'unknown' terminal.
No output will be generated. Please select a terminal with 'set terminal'.
Run Code Online (Sandbox Code Playgroud)

7Gr*_*rok 11

我的解决方案是安装aquaterm例如

brew install Caskroom/cask/aquaterm
Run Code Online (Sandbox Code Playgroud)

然后呢

brew reinstall gnuplot --with-aquaterm
Run Code Online (Sandbox Code Playgroud)