log_scale# property ResultPlotNode.log_scale: bool# Toggles on/off using a log scale for the X-Axis. 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.log_scale = False