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.

BasePlotter.clear_series_data

BasePlotter.clear_series_data(series_name=None)[source]

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.