Locate maximum and minimum

How do I locate a minimum and maximum of a displayed scalar field?
And when I say “locate”, I mean the code should locate it for me.
Perhaps with a glyph?

If I recall correctly there is a “Find Data” option under the View menu, which you can filter for the max and the min of the field.
It would be interesting to know if there is a better way to do it and maybe something to extract local minima and local maxima for a whole scalar field as well

You can do it with a SelectQuery python call as well.

1 Like

Many thanks. That is precisely what I was looking for.