RabiFitter.plot

RabiFitter.plot(qind, series='0', ax=None, show_plot=False)[source]

Plot the data and fit

Parameters
  • qind (int) – qubit index

  • series (str) – data series to plot (for rabi data always ‘0’)

  • ax (Axes) – matploblib axes (if none created)

  • show_plot (bool) – do plot.show

Returns

Plot axes

Return type

Axes