AngleCalFitter.plot¶
- AngleCalFitter.plot(qind, series='0', ax=None, show_plot=False)[source]¶
Plot err data.
- Parameters
qind (int) – qubit index to plot
series (str) – the series to plot
ax (Axes) – plot axes
show_plot (bool) – call plt.show()
- Returns
The axes object
- Return type
Axes
- Raises
ImportError – if matplotlib is not installed