(self)
| 229 | (self.darray[:, 0, 0] + 1j).plot() # type: ignore[call-arg] |
| 230 | |
| 231 | def test_1d_bool(self) -> None: |
| 232 | xr.ones_like(self.darray[:, 0, 0], dtype=bool).plot() # type: ignore[call-arg] |
| 233 | |
| 234 | def test_1d_x_y_kw(self) -> None: |
| 235 | z = np.arange(10) |