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_confidence_interval¶
- MplCurveDrawer.draw_confidence_interval(x_data, y_ub, y_lb, name=None, **options)[source]¶
Draw cofidence interval.
- Parameters:
x_data (
Sequence
[float
]) – X values.y_ub (
Sequence
[float
]) – The upper boundary of Y values.y_lb (
Sequence
[float
]) – The lower boundary of Y values.name (
Optional
[str
]) – Name of this curve.options – Valid options for the drawer backend API.