plot_eye_diagram#

ReportPlotter.plot_eye_diagram(snapshot_path: str = None, show: bool = True, is_contour=False, filter_colormap=1e-06, plot_max_height=True, plot_eye_mask=True)#

Plot Eye diagram and contour plot.

Parameters:
snapshot_pathstr, optional

Path to output image file. If not provided, the plot will not be saved.

showbool, optional

Whether to display the plot. Default is True.

is_contourbool, optional

Whether to plot is a BET contour plot.

filter_colormapfloat, optional

Whether to filter the contour data and start from a specific BER.

plot_max_heightbool, optional

Whether to plot the maximum height lines on the eye diagram. Doesn’t apply to contour plot.

plot_eye_maskbool, optional

Whether to plot the eye mask on the eye diagram.