captest.capdata.CapData.scatter
- CapData.scatter(filtered=True)
Create a matplotlib scatter plot of regression lhs vs. first rhs var.
Formula-agnostic: resolves the x and y columns from
self.regression_formulaviautil.parse_regression_formula.- Parameters:
filtered (bool, default True) – Plots filtered data when True and all data when False.
Notes
Prefer
CapTest.scatter_plotsfor non-default regression presets; it picks the right callable fromTEST_SETUPS(single or multi- panel) automatically.