BaseCoherenceFitter.plot¶
- BaseCoherenceFitter.plot(qind, series, ax=None, show_plot=True)[source]¶
Plot coherence data.
- Parameters
qind (
int
) – qubit index to plotseries (
str
) – which series to plot (if list then plot multiple)ax (
Optional
[Any
]) – plot axesshow_plot (
bool
) – whether to call plt.show()
- Returns
The axes object
- Return type
Axes
- Raises
ImportError – if matplotlib is not installed