qiskit.ignis.characterization.BaseGateFitter.plot¶
- BaseGateFitter.plot(qind, series='0', ax=None, show_plot=True)[código fonte]¶
Plot err data.
- Parâmetros
qind (int) – qubit index to plot
series (str) – the series to plot
ax (Axes) – plot axes
show_plot (bool) – call plt.show()
- Retorno
The axes object
- Tipo de retorno
Axes
- Levanta
ImportError – if matplotlib is not installed