qiskit.ignis.characterization.ZZFitter.plot_ZZ¶
- ZZFitter.plot_ZZ(qind, ax=None, show_plot=False)[fuente]¶
Plot ZZ data. Will plot both traces on the plot.
- Parámetros
qind (int) – qubit index to plot
ax (Axes) – plot axes
show_plot (bool) – call plt.show()
- Devuelve
the axes object
- Tipo del valor devuelto
Axes
- Muestra
ImportError – If matplotlib is not installed