八度 + gnuplot + os x 10.6:没有任何反应

发布于 2024-08-11 08:34:06 字数 289 浏览 3 评论 0原文

在我的第一代 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

笑叹一世浮沉 2024-08-18 08:34:06

如果 gnuplot 在将终端设置为 x11 (set term x11) 后工作,那么您可以在八度音程中尝试相同的操作:

octave-3.2.3:1> setenv GNUTERM '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:

octave-3.2.3:1> setenv GNUTERM 'x11'

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.

独﹏钓一江月 2024-08-18 08:34:06

如果你有水的话,效果会很好。

在我看来,你已经安装了 aquaterm 和 xcode 也

验证:

sudo port installed

如果存在 aqua 并且你已经安装了 xcode 尝试

sudo port uninstall aqua

If you have aqua it will work fine.

It seems to me that you have port installed aquaterm and xcode also

Verify with:

sudo port installed

if exists aqua and you have xcode installed try

sudo port uninstall aqua
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文