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

Popular posts from this blog

java - Unable to make sub reports with Jasper -

Save and close a word document by giving a name in R -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -