标签: python gnuplot
在尝试使用以下方式绘制数据时,我一直这样做:
gnuplot < data.txt
码:
f.write(str(i) + " " + str(delta1) + " "+ str(delta2) + "\n")
输出:
gnuplot > 100 0.000235080718994 0.000234842300415 ^ line 0: invalid command
为什么有任何想法?谢谢!