qiskit.ignis.characterization.BaseGateFitter.plot¶
- BaseGateFitter.plot(qind, series='0', ax=None, show_plot=True)[source]¶
Plot err data.
- প্যারামিটার
qind (int) -- qubit index to plot
series (str) -- the series to plot
ax (Axes) -- plot axes
show_plot (bool) -- call plt.show()
- রিটার্নস
The axes object
- রিটার্ন টাইপ
Axes
- রেইজেস
ImportError -- if matplotlib is not installed