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_formatted_data

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

Draw the formatted data that is used for fitting.

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

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

  • y_err_data (Sequence[float]) – Standard deviation of Y values.

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

  • options – Valid options for the drawer backend API.