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.series_data¶
- property IQPlotter.series_data: Dict[Union[str, int, float], Dict[str, Any]]¶
Data for series being plotted.
Series data includes data such as scatter points, interpolated fit values, and standard deviations. Series data is grouped by series name (
Union[str, int, float]
) and then by a data key (str
). Though series data can be accessed throughseries_data
, it is recommended to access them withdata_for()
anddata_exists_for()
as they allow for easier access to nested values and can handle multiple data keys in one query.- Returns:
A dictionary containing series data.