T2Fitter.plot¶
- T2Fitter.plot(qind, series='0', ax=None, show_plot=False)[source]¶
Plot coherence data.
- Parameters
qind – qubit index to plot
series – which series to plot (if list then plot multiple)
ax – plot axes
show_plot – whether to call plt.show()
- Returns
The axes object
- Return type
Axes
- Raises
ImportError – if matplotlib is not installed