八度 + gnuplot + os x 10.6:没有任何反应
在我的第一代 Macbook Pro 上,使用 OS X 10.6.1,在将终端设置为 x11 后,我可以使用像
plot [-6:6] sin(x) 这样的命令启动 gnuplot 并获取绘图。
但是当我启动八度音程并尝试绘图命令时,例如
plot([2 3],[4 5])或plot([-6:0.01:6],cos([-6:0.01:6]))
我没有收到错误消息,也没有情节。只是另一个八度提示。我从 Octave-3.2.3-i386.dmg 安装。什么给?
任何建议表示赞赏。
On my first-gen Macbook Pro, with OS X 10.6.1, I can launch gnuplot and get a plot, after I set the terminal to x11, with a command like
plot [-6:6] sin(x).
But when I launch octave, and try a plot command, like
plot([2 3],[4 5]) or plot([-6:0.01:6],cos([-6:0.01:6]))
I get no error messages and no plot. Just another octave prompt. I installed from octave-3.2.3-i386.dmg. What gives?
Any suggestions appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果 gnuplot 在将终端设置为 x11 (
set term x11
) 后工作,那么您可以在八度音程中尝试相同的操作:我相信 OS X 上 gnuplot 的默认终端是 aquaterm,所以它可能是Octave 也使用 gnuplot 进行绘图时的默认终端。
If gnuplot works after setting the terminal to x11 (
set term x11
), then you could try the same in octave:I believe that the default terminal of gnuplot on OS X is aquaterm, so it is probably the default terminal when octave is plotting with gnuplot as well.
如果你有水的话,效果会很好。
在我看来,你已经安装了 aquaterm 和 xcode 也
验证:
如果存在 aqua 并且你已经安装了 xcode 尝试
If you have aqua it will work fine.
It seems to me that you have port installed aquaterm and xcode also
Verify with:
if exists aqua and you have xcode installed try