Redian新闻
>
有谁在OS X上成功装了octave+gnuplot的?
avatar
有谁在OS X上成功装了octave+gnuplot的?# Apple - 家有苹果
r*t
1
还是就我一个倒霉蛋子?
avatar
c*o
2
最近读星际盗墓的感觉。比如修炼晋级,战兽啥地。星际的背景很宏大
黄易不错啊,即可以写古代武侠,又可以写现代玄幻。
avatar
v*s
3
用了mac port,折腾了n久,都装上了,但是在octave里面一调用figure,就出错说set
terminal aqua,我的aqua已经装上了阿,在macport里面dependencies的时候我看到了!
晕阿。。。到底怎么搞?
avatar
i*e
4
me

【在 r*****t 的大作中提到】
: 还是就我一个倒霉蛋子?
avatar
S*r
5
that's why 黄易 is a master named behind 金古

【在 c*********o 的大作中提到】
: 最近读星际盗墓的感觉。比如修炼晋级,战兽啥地。星际的背景很宏大
: 黄易不错啊,即可以写古代武侠,又可以写现代玄幻。

avatar
l*r
6
哪有那么麻烦,直接下了个gnuplot的binary就能用阿,如果是学生就直接matlab了,还折
腾这干嘛
avatar
s*9
7
me too.
avatar
k*i
8
人家牛的是文章收的住,有首有尾。起点上这些书,为了稿费,拼老命的拖戏。
avatar
I*t
9
直接下app,让后搞个symbolic link到/usr/local/bin,就可以使用了。
avatar
s*9
10
不好意思,刚去账户一看,已经拿到了。但扣了30多的税,为什么阿?

【在 s******9 的大作中提到】
: me too.
avatar
l*e
11
你确定是星际盗墓?我只看过黄易的星际浪子。
avatar
v*s
12
link???
thanks!

【在 l*******r 的大作中提到】
: 哪有那么麻烦,直接下了个gnuplot的binary就能用阿,如果是学生就直接matlab了,还折
: 腾这干嘛

avatar
w*u
13
me too
any idea?

【在 s******9 的大作中提到】
: 不好意思,刚去账户一看,已经拿到了。但扣了30多的税,为什么阿?
avatar
c*o
14
主角叫易水寒的那个

【在 l******e 的大作中提到】
: 你确定是星际盗墓?我只看过黄易的星际浪子。
avatar
v*s
15
link???
thanks!

【在 I*********t 的大作中提到】
: 直接下app,让后搞个symbolic link到/usr/local/bin,就可以使用了。
avatar
e*e
16
打客服电话问吧。

【在 w****u 的大作中提到】
: me too
: any idea?

avatar
c*o
17
搞错了,貌似星际盗墓是古剑锋的作品

【在 l******e 的大作中提到】
: 你确定是星际盗墓?我只看过黄易的星际浪子。
avatar
v*s
18
我们学校每人只能买一个matlab,我已经买了windows版的了。。。。
况且matlab的license在我们supercomputer上数目有限,我只能转向open source的咯

【在 l*******r 的大作中提到】
: 哪有那么麻烦,直接下了个gnuplot的binary就能用阿,如果是学生就直接matlab了,还折
: 腾这干嘛

avatar
w*n
19
被扣税是因为没有在ING file W8表格, 人家把你当resident处理了; bonus算interest
, 需要withhold一部分.
avatar
S*w
20
你怎么安的aqua

set
了!

【在 v****s 的大作中提到】
: 用了mac port,折腾了n久,都装上了,但是在octave里面一调用figure,就出错说set
: terminal aqua,我的aqua已经装上了阿,在macport里面dependencies的时候我看到了!
: 晕阿。。。到底怎么搞?

avatar
w*u
21
thanks for the information!
do you think it is possible to get it back?
thanks again!

interest

【在 w*n 的大作中提到】
: 被扣税是因为没有在ING file W8表格, 人家把你当resident处理了; bonus算interest
: , 需要withhold一部分.

avatar
v*s
22
sudo port install aqua
it finished successfully.
besides, i can use gnuplot in the terminal, and x11 will bring up the plot
window.
the problem is with the octave

【在 S***w 的大作中提到】
: 你怎么安的aqua
:
: set
: 了!

avatar
b*n
23
me
avatar
I*t
24
到octave-forge下载octave 的dmg,安装。再到wxmaxima下载wxMaxima-0.8.5-Maxima-
5.21.1.dmg,安装其中的GNUplot。然后在.bash_profile里写
# octave
export PATH="/Applications/octave.app/Contents/Resources/bin":$PATH
#gnuplot
export PATH="/Applications/Gnuplot.app/Contents/Resources/bin":$PATH
然后重新登录就可以在命令行里用了,也能在emacs里调用
avatar
k*y
25
You can get it back when you file tax return.

【在 w****u 的大作中提到】
: thanks for the information!
: do you think it is possible to get it back?
: thanks again!
:
: interest

avatar
I*t
26
来一张效果图

Maxima-

【在 I*********t 的大作中提到】
: 到octave-forge下载octave 的dmg,安装。再到wxmaxima下载wxMaxima-0.8.5-Maxima-
: 5.21.1.dmg,安装其中的GNUplot。然后在.bash_profile里写
: # octave
: export PATH="/Applications/octave.app/Contents/Resources/bin":$PATH
: #gnuplot
: export PATH="/Applications/Gnuplot.app/Contents/Resources/bin":$PATH
: 然后重新登录就可以在命令行里用了,也能在emacs里调用

avatar
S*I
27
直接从gnuplot的源文件编译安装,有X11就行了,不是非得用octave不可:
./configure --with-readline=bsd --x-include=/usr/include/X11 --x-libraries=/
usr/X11/lib
make
sudo make install

set
了!

【在 v****s 的大作中提到】
: 用了mac port,折腾了n久,都装上了,但是在octave里面一调用figure,就出错说set
: terminal aqua,我的aqua已经装上了阿,在macport里面dependencies的时候我看到了!
: 晕阿。。。到底怎么搞?

avatar
v*s
28
awesome! it works! thanks a lot IdlerLestat!!!
Here is a screenshot :P

Maxima-

【在 I*********t 的大作中提到】
: 到octave-forge下载octave 的dmg,安装。再到wxmaxima下载wxMaxima-0.8.5-Maxima-
: 5.21.1.dmg,安装其中的GNUplot。然后在.bash_profile里写
: # octave
: export PATH="/Applications/octave.app/Contents/Resources/bin":$PATH
: #gnuplot
: export PATH="/Applications/Gnuplot.app/Contents/Resources/bin":$PATH
: 然后重新登录就可以在命令行里用了,也能在emacs里调用

avatar
v*s
29
why should i install gnuplot from wxmaxima? how come i cannot install it
directly?

Maxima-

【在 I*********t 的大作中提到】
: 到octave-forge下载octave 的dmg,安装。再到wxmaxima下载wxMaxima-0.8.5-Maxima-
: 5.21.1.dmg,安装其中的GNUplot。然后在.bash_profile里写
: # octave
: export PATH="/Applications/octave.app/Contents/Resources/bin":$PATH
: #gnuplot
: export PATH="/Applications/Gnuplot.app/Contents/Resources/bin":$PATH
: 然后重新登录就可以在命令行里用了,也能在emacs里调用

avatar
I*t
30
.…


我还真没注意到octave里的extras也带有gnuplot…
avatar
v*s
31
??
link??

【在 I*********t 的大作中提到】
: .…
: …
: …
: 我还真没注意到octave里的extras也带有gnuplot…

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。