function svmrelayst,axis,index,value
;  puts on/off labels on axis
; @(#)svmrelayst.pro	1.1 01/23/98 :LASCO IDL LIBRARY
;
v=fix(value+0.1)
if (v ne ((v/2)*2)) then a='OFF' else a='ON'
return,a
end
