Plotting

Interactive and static visualization functions. The interactive functions require holoviews and panel to be installed.

Dashboards and Multi-panel Plots

plotting.plot([cd, cg, data, combine, ...])

Create plotting dashboard.

plotting.scatter_dboard(data, **kwargs)

Create a dashboard to plot any two columns of data against each other.

Scatter Plots

plotting.get_resid_exog_frame(cd)

Get a DataFrame of residuals and exogenous variables from a CapData object.

Classes

plotting.ScatterPlot(*, am_color, am_marker, ...)

Composable scatter plot for CapTest regression diagnostics.

plotting.ScatterBifiPowerTc(*, am_color, ...)

Two-panel scatter for the bifi_power_tc preset.