경고
The package qiskit-ibmq-provider
is being deprecated and its repo is going to be
archived soon. Please transition to the new packages. More information in
https://ibm.biz/provider_migration_guide
qiskit.providers.ibmq.experiment.IBMExperimentService.delete_figure¶
- IBMExperimentService.delete_figure(experiment_id, figure_name)[소스]¶
Delete an experiment plot.
참고
This method prompts for confirmation and requires a response before proceeding.
- 매개변수
experiment_id (
str
) – Experiment ID.figure_name (
str
) – Name of the figure.
- 예외 발생
IBMQApiError – If the request to the server failed.
- 반환 형식
None