qiskit.ignis.verification.QVFitter.plot_qv_data¶
- QVFitter.plot_qv_data(ax=None, show_plt=True, figsize=(7, 5), set_title=True, title=None)[source]¶
Plot the qv data as a function of depth
- প্যারামিটার
ax (Axes or None) -- plot axis (if passed in).
show_plt (bool) -- display the plot.
figsize (tuple) -- Figure size in inches.
set_title (bool) -- set figure title.
title (String or None) -- text for setting figure title
- রেইজেস
ImportError -- If matplotlib is not installed.
- রিটার্নস
A figure of Quantum Volume data (heavy output probability) with two-sigma error bar as a function of circuit depth.
- রিটার্ন টাইপ
matplotlib.Figure