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.

BasePlotter.data_keys_for

BasePlotter.data_keys_for(series_name)[source]

Returns a list of data keys for the given series.

Parameters:

series_name (Union[str, int, float]) – The series name for which to return the data keys, i.e., the types of data for each series.

Return type:

List[str]

Returns:

The list of data keys for data in the plotter associated with the given series. If the series has not been added to the plotter, an empty list is returned.