【发布时间】:2016-08-11 10:18:51
【问题描述】:
我正在尝试使用此命令在 gnu plot 中绘制图形
plot 'temp.txt' using 1:3 title 'humidity' with lines smooth csplines,
'temp.txt' using 1:2 title'temprature' with lines smooth splines
我希望通过插值现有数据使曲线更加平滑。
【问题讨论】:
标签: gnuplot interpolation smooth curves