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