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.
ExperimentData.delete_figure¶
- ExperimentData.delete_figure(figure_key)[source]¶
Add the experiment figure.
- Parameters:
figure_key (
Union
[str
,int
]) – Name or index of the figure.- Return type:
str
- Returns:
Figure name.
- Raises:
ExperimentEntryNotFound – If the figure is not found.