qiskit.ignis.characterization.BaseGateFitter.plot¶ BaseGateFitter.plot(qind, series='0', ax=None, show_plot=True)[소스]¶ 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