kandy 0.6.0 Help

Functional Scatter Plot

val xs = (-30..30).map { it / 5.0f } val function = { x: Float -> sin(x) } val ys = xs.map(function) plot { points { x(xs) y(ys) } }
Functional Scatter Plot
Last modified: 10 May 2024