由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Apple版 - 有谁在OS X上成功装了octave+gnuplot的?
相关主题
怎么在osx上装gcc?我心中的OS X killer feature
Macports越来越强了,都KDE4.5.2了怎么装GSview?
fink里的gnuplot怎么没了把 macports 全干掉了
谁用过MacPorts上的GIMP说说苹果几个弱智的地方
mbp怎样运行c程序?第一次遇到ports不好使:(
苹果上装Linux(和win)真是暴殄天物啊macport太慢了
homebrew VS Macport VS Fink请问mac作图用什么软件阿
gnuplot under mac os x我对MBP 最大的抱怨
相关话题的讨论汇总
话题: gnuplot话题: octave话题: os话题: aqua话题: path
进入Apple版参与讨论
1 (共1页)
v****s
发帖数: 1112
1
用了mac port,折腾了n久,都装上了,但是在octave里面一调用figure,就出错说set
terminal aqua,我的aqua已经装上了阿,在macport里面dependencies的时候我看到了!
晕阿。。。到底怎么搞?
l*******r
发帖数: 623
2
哪有那么麻烦,直接下了个gnuplot的binary就能用阿,如果是学生就直接matlab了,还折
腾这干嘛
I*********t
发帖数: 5258
3
直接下app,让后搞个symbolic link到/usr/local/bin,就可以使用了。
v****s
发帖数: 1112
4
link???
thanks!

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

v****s
发帖数: 1112
5
link???
thanks!

【在 I*********t 的大作中提到】
: 直接下app,让后搞个symbolic link到/usr/local/bin,就可以使用了。
v****s
发帖数: 1112
6
我们学校每人只能买一个matlab,我已经买了windows版的了。。。。
况且matlab的license在我们supercomputer上数目有限,我只能转向open source的咯

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

S***w
发帖数: 1014
7
你怎么安的aqua

set
了!

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

v****s
发帖数: 1112
8
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
: 了!

I*********t
发帖数: 5258
9
到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里调用
I*********t
发帖数: 5258
10
来一张效果图

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里调用

相关主题
苹果上装Linux(和win)真是暴殄天物啊我心中的OS X killer feature
homebrew VS Macport VS Fink怎么装GSview?
gnuplot under mac os x把 macports 全干掉了
进入Apple版参与讨论
S**I
发帖数: 15689
11
直接从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的时候我看到了!
: 晕阿。。。到底怎么搞?

v****s
发帖数: 1112
12
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里调用

v****s
发帖数: 1112
13
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里调用

I*********t
发帖数: 5258
14
.…


我还真没注意到octave里的extras也带有gnuplot…
v****s
发帖数: 1112
15
??
link??

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

1 (共1页)
进入Apple版参与讨论
相关主题
我对MBP 最大的抱怨mbp怎样运行c程序?
如何把MAC系统里GCC 4.2 换成 GCC 4.4 , 会不会对系统有不好的影响?苹果上装Linux(和win)真是暴殄天物啊
FTP sync还是lftphomebrew VS Macport VS Fink
推荐用Rsync同步备份的各位升级到3.0.7gnuplot under mac os x
怎么在osx上装gcc?我心中的OS X killer feature
Macports越来越强了,都KDE4.5.2了怎么装GSview?
fink里的gnuplot怎么没了把 macports 全干掉了
谁用过MacPorts上的GIMP说说苹果几个弱智的地方
相关话题的讨论汇总
话题: gnuplot话题: octave话题: os话题: aqua话题: path