Questions tagged «gnuplot»

3
gnuplot没有显示图形窗口
我正在ubuntu 12.10下使用gnuplot。当我输入终端时: gnuplot> plot sin(x) 它仅显示下一步: gnuplot> 但它不显示图形绘制窗口。我该怎么办才能找到问题?
47 gnuplot 

5
如何使用Shell脚本在gnuplot中执行命令?
我要做的是编写一个脚本,该脚本首先启动一个程序,然后告诉它执行一堆命令,然后退出。让我们举一个例子。 我写了这个脚本myscript.sh,它不能按我想要的方式工作。它只是在运行gnuplot并等待其退出,然后运行其他命令。显然会产生错误。 #!/bin/bash gnuplot plot sin(x) pause -1 quit 我想很清楚我要做什么。如果没有,请在评论中让我知道。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.