bufflib.plotting.kde_plot

bufflib.plotting.kde_plot(x_data, y_data, title='', x_label='', y_label='')

Create a Kernel Density Estimation (KDE) plot.

Parameters:
  • x_data (list or numpy.ndarray) – The data for the X-axis.

  • y_data (list or numpy.ndarray) – The data for the Y-axis.

  • title (str) – The plot title (optional).

  • x_label (str) – The X-axis label (optional).

  • y_label (str) – The Y-axis label (optional).

Returns:

None