fplot

fplot(f::Function, limits[, spec])

Plot the function f between the specified limits.

Example

fplot(x->sin(x^2), [0,8], "b")