c ' Background colour depends on temperature at 2200. Updated five times per second ' 

loop 
# 350 climate
$red : int ( heatflux.glotemp.450 - 1 * 50 % 255 )
backred : $red
backblue : ( 255 - $red )
backgreen : 127

4plot changed : true go
w 200
goto loop
