qiskit.ignis.characterization.BaseGateFitter.plot¶
- BaseGateFitter.plot(qind, series='0', ax=None, show_plot=True)[Quellcode]¶
Plot err data.
- Parameter
qind (int) – qubit index to plot
series (str) – the series to plot
ax (Axes) – plot axes
show_plot (bool) – call plt.show()
- Rückgabe
The axes object
- Rückgabetyp
Axes
- Verursacht
ImportError – if matplotlib is not installed