qiskit.ignis.characterization.ZZFitter.plot_ZZ¶
-
ZZFitter.
plot_ZZ
(qind, ax=None, show_plot=False)[source]¶ Plot ZZ data. Will plot both traces on the plot.
- Parameters
qind (int) – qubit index to plot
ax (Axes) – plot axes
show_plot (bool) – call plt.show()
- Returns
the axes object
- Return type
Axes
- Raises
ImportError – If matplotlib is not installed