Simple line chart - Just pass your function, get beautiful plot!
Examples:
-
#plot plot (fun t => t^2)- Automatic "time" labels -
#plot plot (fun x => Float.sin x)- Automatic "x" labels -
#plot plot (fun i => i * 3) (steps := 100)- Custom sample count
This is the new recommended way to plot functions. Zero configuration needed!