qiskit.ignis.verification.CNOTDihedralRBFitter.plot_rb_data¶
-
CNOTDihedralRBFitter.
plot_rb_data
(pattern_index=0, ax=None, add_label=True, show_plt=True)[source]¶ Plot non-Clifford cnot-dihedral randomized benchmarking data of a single pattern.
- Parameters
pattern_index (int) – which RB pattern to plot.
ax (Axes) – plot axis (if passed in).
add_label (bool) – Add an EPG label.
show_plt (bool) – display the plot.
- Raises
ImportError – if matplotlib is not installed.