SciPy

prob140.plots.Plot_uniform

prob140.plots.Plot_uniform(x_limits, a, b, **kwargs)[source]

Plots a uniform distribution.

Parameters:
x_limits : iterable

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

a : float

Minimum value.

b : float

Maximum value.

Returns:
None