当前位置: 首页 > 工具软件 > Typeset > 使用案例 >

macOS系统安装gnuplot(解决Terminal type set to unknown)

西门靖琪
2023-12-01

macOS 下使用 Homebrew 安装 gnuplot

brew install gnuplot

在 terminal 中输入gnuplot进入模式之后,提示Terminal type set to unknown,不能 plot。

解决方法:

brew uninstall gnuplot
brew install gnuplot --with-x11

重新在 terminal 中输入 gnuplot发现:Terminal type set to ‘x11’,问题解决。

 类似资料: