qiskit.ignis.verification.RBFitter.plot_rb_data¶
- RBFitter.plot_rb_data(pattern_index=0, ax=None, add_label=True, show_plt=True)[source]¶
Plot 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 EPC label.
show_plt (bool) -- display the plot.
- Raises
ImportError -- if matplotlib is not installed.