MCPcopy
hub / github.com/pydata/xarray / hist

Method hist

xarray/plot/accessor.py:51–54  ·  view source on GitHub ↗
(
        self, *args, **kwargs
    )

Source from the content-addressed store, hash-verified

49
50 @functools.wraps(dataarray_plot.hist)
51 def hist(
52 self, *args, **kwargs
53 ) -> tuple[np.ndarray, np.ndarray, BarContainer | Polygon]:
54 return dataarray_plot.hist(self._da, *args, **kwargs)
55
56 @overload
57 def line( # type: ignore[misc,unused-ignore] # None is hashable :(

Callers 8

histFunction · 0.80
test_3d_arrayMethod · 0.80
test_xlabel_uses_nameMethod · 0.80
test_plot_nansMethod · 0.80

Calls

no outgoing calls

Tested by 7

test_3d_arrayMethod · 0.64
test_xlabel_uses_nameMethod · 0.64
test_plot_nansMethod · 0.64