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.
CurvePlotter.expected_series_data_keys¶
- classmethod CurvePlotter.expected_series_data_keys()[source]¶
Returns the expected series data keys supported by this plotter.
- Data Keys:
x – X-values for raw results.
y – Y-values for raw results. Goes with
x.x_formatted – X-values for processed results.
y_formatted – Y-values for processed results. Goes with
x_formatted.y_formatted_err – Error in
y_formatted, to be plotted as error-bars.x_interp – Interpolated X-values for a curve fit.
y_interp – Y-values corresponding to the fit for
y_interpX-values.y_interp_err – The standard deviations of the fit for each X-value in
y_interp. This data key relates to the optionplot_sigma.
- Return type:
List[str]