我尝试通过以下方式来执行的gnuplot执行gnuplot的:我有一个名为orden.txt包含以下内部存档:splot '30.dat'
试图从CMD
我做gnuplot < orden.txt
和cat orden.txt | gnuplot
但在这两种情况下的gnuplot随即打开,然后关闭。那就是问题所在。我能做什么?
谢谢。
我尝试通过以下方式来执行的gnuplot执行gnuplot的:我有一个名为orden.txt包含以下内部存档:splot '30.dat'
试图从CMD
我做gnuplot < orden.txt
和cat orden.txt | gnuplot
但在这两种情况下的gnuplot随即打开,然后关闭。那就是问题所在。我能做什么?
谢谢。
在当前目录中存在'30.dat'文件? – clemens
@macmoonshine是的,它的确如此。 – UnPerrito