【发布时间】:2014-04-06 19:07:42
【问题描述】:
当我尝试在 GNU Octave 上绘制图表并尝试使用 plot 时,它给了我以下输出
set terminal aqua enhanced title "Figure 1" size 560 420 font "*,6" dashlength 1
^
line 0: unknown or ambiguous terminal type; type just 'set terminal' for a list
我使用的是 Mac OS X 10.9.2。 我尝试过使用
octave:79> setenv("GNUTERM","X11")
但我仍然遇到同样的错误。
【问题讨论】:
-
按照提示输入
set terminal会发生什么? -
发生语法错误。
-
>> set terminal error: invalid conversion from string to real N-d array error: set: expecting graphics handle as first argument