captest.capdata.CapData.scatter_hv

CapData.scatter_hv(timeseries=False, all_reg_columns=False)

Create a holoviews scatter plot of regression lhs vs. first rhs var.

Formula-agnostic thin wrapper around captest.captest.scatter_default (with additional timeseries-overlay support, which scatter_default does not provide). For non-default regression presets prefer CapTest.scatter_plots which picks the right callable (single or multi-panel) from TEST_SETUPS.

Parameters:
  • timeseries (bool, default False) – If True, returns a layout with the scatter plot and a linked timeseries plot of the lhs variable. Selecting points in the scatter highlights them in the timeseries.

  • all_reg_columns (bool, default False) – If True, includes every regression column in the scatter plot’s hover tooltip in addition to the x and y variables.