SciPy

prob140.plots.Plot_lognorm

prob140.plots.Plot_lognorm(x_limits, mu, sigma, **kwargs)[source]

Plots a log-normal distribution.

Parameters:
x_limits : iterable

Array, list, or tuple of size 2, containing the lower and upper bound to be plotted.

mu : float

Mean.

sigma : float

Standard Deviation.

Returns:
None