add_limit_line#
- ReportPlotter.add_limit_line(plot_data: list, hatch_above: bool = True, properties: dict = None, name: str = '') bool#
Add a new limit_line to the chart.
- Parameters:
- Returns:
Examples
>>> from ansys.aedt.core.visualization.plot.matplotlib import ReportPlotter >>> obj = ReportPlotter() >>> obj.add_limit_line([[0, 1], [0, 1]])