rectangular_plot#

AMIConturEyeDiagram.rectangular_plot(enable: bool = True) bool#

Enable or disable the rectangular plot on the chart.

Parameters:
enablebool

Whether to enable the rectangular plot. The default is True. If False, the rectangular plot is disabled.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.visualization.report.eye import AMIConturEyeDiagram
>>> obj = AMIConturEyeDiagram.__new__(AMIConturEyeDiagram)
>>> obj.rectangular_plot(True)