lock_axes#
- property ResultPlotNode.lock_axes: bool#
Lock Axes.
Allow or prevent changing of axes when displayed plot traces are updated.
Value should be ‘true’ or ‘false’.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> rev = app.results.analyze() >>> plot = rev.get_result_plot_node() >>> plot.lock_axes = False