captest.plotting.scatter_dboard

captest.plotting.scatter_dboard(data, **kwargs)

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

Parameters:
  • data (pd.DataFrame) – The data to plot.

  • **kwargs (optional) – Pass additional keyword arguments to the holoviews options of the scatter plot.

Returns:

The dashboard with a scatter plot of the data.

Return type:

pn.Column