IDL> u = randomn(seed,20,20)
IDL> v = randomn(seed,20,20)
IDL> velovect,u,v
IDL> len = max([max(abs(u)),max(abs(v))]) ;Maximum in U or V direction
IDL> arrow,9.5,-2,10.5,-2,/data ;Plot Unit vector
IDL> xyouts,10.5,-2,string(len,f='(f6.2)') + ' units' ;Show units for length of 1
I had to look in the VELOVECT code to clarify that the unit vector length was the maximum in *either* the U or V direction