Im trying to plot a graph in gnu plot using this command
plot 'temp.txt' using 1:3 title 'humidity' with lines smooth csplines,
'temp.txt' using 1:2 title'temprature' with lines smooth splines
but the curves are not smooth enough as you can see in the image
I want the curves to be more smooth by interpolating the existing data.