InterleavedRBFitter.plot_rb_data

InterleavedRBFitter.plot_rb_data(pattern_index=0, ax=None, add_label=True, show_plt=True)[source]

Plot interleaved 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.