qiskit.ignis.characterization.ZZFitter.plot¶
- ZZFitter.plot(qind, series, ax=None, show_plot=True)¶
Plot coherence data.
- প্যারামিটার
qind (
int
) -- qubit index to plotseries (
str
) -- which series to plot (if list then plot multiple)ax (
Optional
[Any
]) -- plot axesshow_plot (
bool
) -- whether to call plt.show()
- রিটার্নস
The axes object
- রিটার্ন টাইপ
Axes
- রেইজেস
ImportError -- if matplotlib is not installed