Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ test_cfdatetime_line_plot
Method
test_cfdatetime_line_plot
xarray/tests/test_plot.py:3102–3103 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3100
self.darray = darray
3101
3102
def
test_cfdatetime_line_plot(self) -> None:
3103
self.darray.isel(x=0).plot.line()
3104
3105
def
test_cfdatetime_pcolormesh_plot(self) -> None:
3106
self.darray.plot.pcolormesh()
Callers
nothing calls this directly
Calls
2
line
Method · 0.45
isel
Method · 0.45
Tested by
no test coverage detected