您的位置:首页 > 其它

【Machine Learning 学习笔记】OSX Octave 输出图像问题

2016-02-18 12:11 357 查看
Uninstall any existing gnuplot on your OSX

brew uninstall gnuplot


Install gnuplot with either X or X11

brew-install gnuplot --with-x11

Finally, set the GNUTERM to X11

setenv("GNUTERM","X11")


或者 brew install gnuplot --with-qt

setenv("GNUTERM","qt")
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: