iwfm.plot.get_mins

iwfm.plot.get_mins(dataset)[source]

Find the minimum 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:

mins – A list containing the minimum value of each parameter in the lists.

Return type:

list