MCPcopy Index your code
hub / github.com/pydata/xarray / test_2d_before_squeeze

Method test_2d_before_squeeze

xarray/tests/test_plot.py:389–391  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

387 ds["v"].plot.line(y="z", hue="x")
388
389 def test_2d_before_squeeze(self) -> None:
390 a = DataArray(easy_array((1, 5)))
391 a.plot() # type: ignore[call-arg]
392
393 def test2d_uniform_calls_imshow(self) -> None:
394 assert self.imshow_called(self.darray[:, :, 0].plot.imshow)

Callers

nothing calls this directly

Calls 3

DataArrayClass · 0.90
easy_arrayFunction · 0.85
plotMethod · 0.80

Tested by

no test coverage detected