Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ _calc_widths
Method
_calc_widths
xarray/plot/utils.py:1465–1465 ·
view source on GitHub ↗
(self, y: np.ndarray)
Source
from the content-addressed store, hash-verified
1463
1464
@overload
1465
def
_calc_widths(self, y: np.ndarray) -> np.ndarray: ...
1466
1467
@overload
1468
def
_calc_widths(self, y: DataArray) -> DataArray: ...
Callers
2
values
Method · 0.95
_values_unique
Method · 0.95
Calls
2
max
Method · 0.45
min
Method · 0.45
Tested by
no test coverage detected