finesse.plotting.plot.z_w0_mismatch_contourf¶
- finesse.plotting.plot.z_w0_mismatch_contourf(qref, ax=None, N=100, **kwargs)[source]¶
- For a given Matplotlib axis this will produce a mode-mismatch filled 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.