statsmodels.graphics.gofplots.ProbPlot.probplot
ProbPlot.probplot(xlabel=None, ylabel=None, line=None, exceed=False, ax=None, **plotkwargs) [source]
Probability plot of the unscaled quantiles of x versus the probabilities of a distibution (not to be confused with a P-P plot). The x-axis is scaled linearly with the quantiles, but the probabilities are used to label the axis. Parameters:
xlabel, ylabel : str or None, optional User-provided lables for the x-axis and y-axis. If None (default),