Jump to content

Sparkline in unicode: Difference between revisions

m
→‎{{header|NetRexx}}: fix range adjustment
m (→‎{{header|NetRexx}}: fix range adjustment)
Line 262:
slope = ''
loop iw = 1 to spark.words()
point = Math.ceil((spark.word(iw) - nmin + 1) / range * barK) + 1
slope = slope || bars.word(point)
end iw
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.