quant_met.plotting.
plot_superfluid_weight#
- quant_met.plotting.plot_superfluid_weight(x_data, sf_weight_geom, sf_weight_conv, fig_in=None, ax_in=None)#
Plot superfluid weight against some parameter.
- Parameters:
- x_data
numpy.ndarray - sf_weight_geom
numpy.ndarray - sf_weight_conv
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.