converter - Can gnuplot convert my temperature data on the fly? -
i have column of numeric data temperature in fahrenheit. how can gnuplot display on y axis celsius? can gnuplot recalculate values me? can plot display temperature nicely in fahrenheit.
instead of
plot 'temps.dat' using 1:2
i entered
plot 'temps.dat' using 1:(($2-32)*.55)
and y
-axis , values in celsius.
Comments
Post a Comment