How to change the default path gnuplot searches when changing terminal type?
我是HPC系统的用户。 我现在想在我的目录
Expected X11 driver:
/home/app/gnuplot-5.0.6/libexec/gnuplot/5.0/gnuplot_x11 Exec failed: No
such file or directory See 'help x11' for more details
这很奇怪,因为我将gnuplot安装在
/home/username/app/gnuplot-5.0.6/
并且在
/home/username/app/gnuplot-5.0.6/libexec/gnuplot/5.0/gnuplot_x11
有没有办法告诉gnuplot它在错误的路径中搜索? 有没有一种方法可以将x11终端设置为默认终端?
非常感谢你!
更新:
我可以设置
1 2 3 |
我不太明白为什么。
您可以通过设置
The gnuplot outboard driver, gnuplot_x11, is searched in a default
place chosen when the program is compiled. You can override that by
defining the environment variable GNUPLOT_DRIVER_DIR to point to a
different location.