Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

MplCurveDrawer.draw_raw_data

MplCurveDrawer.draw_raw_data(x_data, y_data, name=None, **options)[source]

Draw raw data.

Parameters:
  • x_data (Sequence[float]) – X values.

  • y_data (Sequence[float]) – Y values.

  • name (Optional[str]) – Name of this curve.

  • options – Valid options for the drawer backend API.