finesse.plotting.plot.z_w0_mismatch_contour

finesse.plotting.plot.z_w0_mismatch_contour(qref, ax=None, N=100, fmt=None, **kwargs)[source]

For a given Matplotlib axis this will produce a mode-mismatch contour background. The axes are assumed to be z in the x and w0 in y. Limits are automatically taken from the current axes limits.

Parameters:
qrefcomplex, BeamParam

Reference beamparameter to generate contours with respect to.

axAxes, optional

Axes to plot on, if None plt.gca() is called

Nint, optional

Number of samples in each axis to use

**kwargs

Values are passed to plt.contourf function.