【发布时间】:2014-02-21 03:44:06
【问题描述】:
所以我对 gnuplot 还很陌生,当我尝试在 gnuplot 中的文件上使用统计信息时,我遇到了一个无效的命令错误。
有问题的命令:
gnuplot> stats "file.dat" using 1
stats "file.dat" using 1
^
invalid command
该文件在 plot 命令中运行良好,如下所示:
gnuplot> plot "file.dat" using 1 with lines
plot "file.dat" using 1 with lines
数据文件file.dat如下所示:
125.48 262.31
0.85 215.18
0.85 175.29
0.85 132.11
0.85 78.72
0.74 33.92
0.74 15.98
0.28 9.63
0.28 7.28
0.28 6.24
0.10 5.76
0.10 5.08
0.01 5.02
0.01 4.93
0.01 4.77
感谢您提供的任何帮助!
【问题讨论】:
标签: statistics gnuplot invalid-argument