qiskit.ignis.characterization.AngleCalCXFitter.plot¶ AngleCalCXFitter.plot(qind, series='0', ax=None, show_plot=False)[ソース]¶ 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