prob140.plots.Plot_continuous¶
-
prob140.plots.
Plot_continuous
(x_limits, func, *args, **kwargs)[source]¶ Plots a continuous distribution
Parameters: - x_limits : iterable
Array, list, or tuple of size 2, containing the lower and upper bound to be plotted.
- func : Sympy expression, function, or str
Univariate density function or a String for the scipy dist name.
- args : floats (optional)
Arguments of the distribution if func was a String.
Returns: - None