ClimoDataArrayAccessor.hist

ClimoDataArrayAccessor.hist(dim, bins=None)[source]

Return the histogram along the given dimension.

Parameters
  • dim (str) – The dimension name.

  • bins (int or list of float, optional) – The bin boundaries or the integer number of bins from the minimum datum to the maximum datum. Default is 11.

Todo

Support multiple dimensions.