mqr.plot.regression.

res_v_obs#

mqr.plot.regression.res_v_obs(resid, ax, plot_kws=None, bar_kws=None)#

Plot residuals versus observations.

Parameters:
residarray_like

Residuals from regression.

axmatplotlib.axes.Axes

Axes for plot.

plot_kwsdict, optional

Keyword arguments passed to matplotlib.pyplot.plot.

bar_kwsdict, optional

Keyword arguments passed to matplotlib.pyplot.bar.