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.

CurveData.get_subset_of

CurveData.get_subset_of(index)[source]

Filter data by series name or index.

Parameters:

index (Union[str, int]) – Series index of name.

Return type:

CurveData

Returns:

A subset of data corresponding to a particular series.