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.
IQPlotter.data_exists_for¶
- IQPlotter.data_exists_for(series_name, data_keys)¶
Returns whether the given data keys exist for the given series.
- Parameters:
series_name (
Union
[str
,int
,float
]) – The name of the given series.data_keys (
Union
[str
,List
[str
]]) – The data keys to be checked.
- Return type:
bool
- Returns:
True if all data keys have values assigned for the given series. False if at least one does not have a value assigned.