iwfm.plot.get_maxs

iwfm.plot.get_maxs(dataset)[source]

Find the maximum values of each parameter in a list of lists.

Parameters:

dataset (list) – A list containing lists of values. Usually touples of (x, y, v), representing x and y coordinates along with their corresponding values.

Returns:

maxs – A list containing the maximum value of each parameter in the lists.

Return type:

list