How can I show / hide Max / Min results on a contour plot?
graphics = ExtAPI.DataModel.InternalObject["ds"].Graphics graphics.ResultPrefs.MaxOn = True graphics.ResultPrefs.MinOn = False graphics.Refresh()
This is not working anymore in v2023 R2
@aaazzzxxxx , How about this:
ExtAPI.Graphics.ViewOptions.ResultPreference.ShowMaximum ExtAPI.Graphics.ViewOptions.ResultPreference.ShowMinimum