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 - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -