macOS 下使用 Homebrew 安装 gnuplot
brew install gnuplot
在 terminal 中输入gnuplot进入模式之后,提示Terminal type set to unknown,不能 plot。
gnuplot
解决方法:
brew uninstall gnuplot brew install gnuplot --with-x11
重新在 terminal 中输入 gnuplot发现:Terminal type set to ‘x11’,问题解决。