smpl.plot.function

smpl.plot.function(func, *args, **kwargs)[source]

Plot function func between xmin and xmax

Parameters

funcfunction

Function to be plotted between xmin and xmax, only taking array_like x as parameter

*argsoptional

arguments for func

**kwargsoptional

see plot_kwargs().