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

Method test_axes_in_faceted_plot

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

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 2

axesMethod · 0.80
lineMethod · 0.45

Tested by

no test coverage detected