我的数据以制表符分隔,日期时间为第一列。
# input data format
set datafile separator "\t"
set xdata time
set timefmt "%Y-%m-%d %H:%M:S"
# output format
set format x "%m-%d"
set grid
# plot the data
plot "5403940578.txt" using 1:2
pause -1
gnuplot gnuplot-script.txt
当我运行plot "5403940578.txt" using 1:2
^
"gnuplot-script.txt", line 11: x range is invalid
时,出现错误:
datetime
我确信这是因为对template<typename E, int R, int C>
std::ostream& operator<<(std::ostream& os, Matrix<E, R, C> & m)
{
...
}
格式的理解不充分,但我已经花了足够的时间让我只需要另外一双眼睛。