statsmodels.graphics.gofplots.ProbPlot.qqplot
ProbPlot.qqplot(xlabel=None, ylabel=None, line=None, other=None, ax=None, **plotkwargs) [source]
Q-Q plot of the quantiles of x versus the quantiles/ppf of a distribution or the quantiles of another ProbPlot instance. Parameters:
xlabel, ylabel : str or None, optional User-provided lables for the x-axis and y-axis. If None (default), other values are used depending on the status of the kwarg other. line : str {?45?, ?s?, ?r?, q?} or None, opti