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_datanumpy.ndarray
sf_weight_geomnumpy.ndarray
sf_weight_convnumpy.ndarray
fig_inmatplotlib.figure.Figure, optional
ax_inmatplotlib.axes.Axes, optional
Returns:
matplotlib.figure.Figure

Figure with the data plotted onto the axis.