(self)
| 2671 | assert "latitude" in alltxt |
| 2672 | |
| 2673 | def test_axes_in_faceted_plot(self) -> None: |
| 2674 | with pytest.raises(ValueError): |
| 2675 | self.darray.plot.line(row="row", col="col", x="x", ax=plt.axes()) |
| 2676 | |
| 2677 | def test_figsize_and_size(self) -> None: |
| 2678 | with pytest.raises(ValueError): |