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.
CurvePlotter.clear_series_data¶
- CurvePlotter.clear_series_data(series_name=None)¶
Clear series data for this plotter.
- Parameters:
series_name (
Union
[str
,int
,float
,None
]) – The series name identifying which data should be cleared. If None, all series data is cleared. Defaults to None.