quant_met.plotting.
plot_quantum_metric#
- quant_met.plotting.plot_quantum_metric(x_data, quantum_metric, fig_in=None, ax_in=None)#
Plot quantum metric against some parameter.
- Parameters:
- x_data
numpy.ndarray - quantum_metric
numpy.ndarray - fig_in
matplotlib.figure.Figure, optional - ax_in
matplotlib.axes.Axes, optional
- x_data
- Returns:
matplotlib.figure.FigureFigure with the data plotted onto the axis.