bufflib.plotting.plot_xy

bufflib.plotting.plot_xy(x_values, y_values, title='', x_label='', y_label='')

Plot X and Y values.

Parameters:
  • x_values (list or numpy.ndarray) – The X-axis values.

  • y_values (list or numpy.ndarray) – The Y-axis values.

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

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

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

Returns:

None