Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ test_3d_array
Method
test_3d_array
xarray/tests/test_plot.py:917–918 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
915
self.darray = DataArray(easy_array((2, 3, 4)))
916
917
def
test_3d_array(self) -> None:
918
self.darray.plot.hist()
# type: ignore[call-arg]
919
920
def
test_xlabel_uses_name(self) -> None:
921
self.darray.name =
"testpoints"
Callers
nothing calls this directly
Calls
1
hist
Method · 0.80
Tested by
no test coverage detected