ZZFitter.plot

ZZFitter.plot(qind, series, ax=None, show_plot=True)

Plot coherence data.

Parameters
  • qind (int) – qubit index to plot

  • series (str) – which series to plot (if list then plot multiple)

  • ax (Optional[Any]) – plot axes

  • show_plot (bool) – whether to call plt.show()

Returns

The axes object

Return type

Axes

Raises

ImportError – if matplotlib is not installed